Skip to content

Commit b71feeb

Browse files
Change the mac name
1 parent db1045f commit b71feeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARCH=$(uname -m)
1919
# Map the architecture to the appropriate binary name
2020
case $OS in
2121
linux) BINARY_NAME="jelly-cli-linux" ;;
22-
darwin) BINARY_NAME="jelly-cli-macos" ;;
22+
darwin) BINARY_NAME="jelly-cli-mac" ;;
2323
*) echo "Unsupported operating system: $OS"; exit 1 ;;
2424
esac
2525
# Append the architecture to the binary name but yell for cases we don't support

0 commit comments

Comments
 (0)