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 5dce6c0 commit 83ca16aCopy full SHA for 83ca16a
hack/install_cli_stable.sh
@@ -10,7 +10,7 @@ echo "creating tmp dir..."
10
mkdir ${CLI_TMPDIR}
11
cd ${CLI_TMPDIR}
12
13
-VERSION=$(curl -sL https://api.github.com/repos/kyma-project/cli/releases/latest | jq '.tag_name')
+VERSION=$(curl -sL https://api.github.com/repos/kyma-project/cli/releases/latest | jq -r '.tag_name')
14
15
echo "downloading ${VERSION} release..."
16
curl -sL "https://github.com/kyma-project/cli/releases/download/${VERSION}/kyma_$(uname -s)_$(uname -m).tar.gz" -o ${CLI_TMPDIR}/cli.tar.gz
0 commit comments