Skip to content

Commit fa238dd

Browse files
authored
kan: extend fetch_and_deploy_gh_tag to use 'latest' tag (#14853)
1 parent 0fe653f commit fa238dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/kan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function update_script() {
3939
cp /opt/kan/.env /opt/kan.env.bak
4040
msg_ok "Backed up Data"
4141

42-
CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "kan" "kanbn/kan" "tarball"
42+
CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "kan" "kanbn/kan" "latest" "tarball"
4343

4444
msg_info "Restoring Configuration"
4545
cp /opt/kan.env.bak /opt/kan/.env

0 commit comments

Comments
 (0)