We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953bbd0 commit 6a98f1eCopy full SHA for 6a98f1e
install.sh
@@ -49,7 +49,7 @@ echo
49
github_data=$(curl -s -L https://api.github.com/repos/CoScale/coscale-cli/releases/latest | grep "browser_download_url" | awk '{ print $2; }' | sed 's/"//g')
50
51
# Select correct release
52
-release=`echo "$github_data" | grep "$os"`
+release=`echo "$github_data" | grep -v ".exe"`
53
echo "### Latest release: $release"
54
55
# Start install
0 commit comments