Skip to content

Commit

Permalink
fix: Correct the curl evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Oct 25, 2021
1 parent e3b04e8 commit 75974e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
URL="https://github.com/usecloudstate/cli/releases/download/v1.0.1/cloudstate-cli-\$OS-\$ARCH"
echo "Installing CLI from \$URL"
if [ \$(command -v curlf) ]; then
if [ \$(command -v curl) ]; then
curl -L "\$URL" --output cli
else
wget -O- "\$URL" > cli
Expand Down

0 comments on commit 75974e9

Please sign in to comment.