diff --git a/install.sh b/install.sh index 9f93c73..d36ed37 100755 --- a/install.sh +++ b/install.sh @@ -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