Fix small typo (#1404)
This commit is contained in:
parent
1ead74a501
commit
16ea1e8f95
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -125,7 +125,7 @@ fi
|
|||
download_url="https://github.com/babashka/$repo/releases/download/v$version/$filename"
|
||||
|
||||
# macOS only have shasum available by default
|
||||
# Some Linux distros (RHEL-like) only have sha256sum avaiable by default (others have both)
|
||||
# Some Linux distros (RHEL-like) only have sha256sum available by default (others have both)
|
||||
if command -v sha256sum >/dev/null; then
|
||||
sha256sum_cmd="sha256sum"
|
||||
elif command -v shasum >/dev/null; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue