Skip to content

Commit 02267b9

Browse files
committed
update: fix kit
1 parent 66fdf7f commit 02267b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/library/bin.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ download_kn(){
116116
}
117117

118118
download_kit(){
119-
BIN_VERSION=v1.2.2
120-
# DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz
121-
DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/download/${BIN_VERSION}/kitops-linux-x86_64.tar.gz
119+
# BIN_VERSION=v1.2.2
120+
# DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/download/${BIN_VERSION}/kitops-linux-x86_64.tar.gz
121+
DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz
122122
echo $DOWNLOAD_URL
123123
curl "${DOWNLOAD_URL}" -sL | tar zx -C "${BIN_PATH}/" kit
124124
chmod +x "${BIN_PATH}/kit"

0 commit comments

Comments
 (0)