Skip to content

Commit 83ca16a

Browse files
authored
Fix stable release script (#2432)
1 parent 5dce6c0 commit 83ca16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install_cli_stable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "creating tmp dir..."
1010
mkdir ${CLI_TMPDIR}
1111
cd ${CLI_TMPDIR}
1212

13-
VERSION=$(curl -sL https://api.github.com/repos/kyma-project/cli/releases/latest | jq '.tag_name')
13+
VERSION=$(curl -sL https://api.github.com/repos/kyma-project/cli/releases/latest | jq -r '.tag_name')
1414

1515
echo "downloading ${VERSION} release..."
1616
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

Comments
 (0)