Skip to content

Commit a9e3520

Browse files
authored
zot: fix missing var (Dev -> Main) (#5056)
1 parent 08230e9 commit a9e3520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/zot-registry-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $STD htpasswd -b -B -c /etc/zot/htpasswd admin "$ZOTPASSWORD"
3131
echo "Zot User: admin"
3232
echo "Zot Password: $ZOTPASSWORD"
3333
} >>~/zot.creds
34-
echo "${RELEASE}" >~/.${APP}
34+
echo "${RELEASE}" >~/.${APPLICATION}
3535
msg_ok "Installed Zot Registry"
3636

3737
msg_info "Setup Service"

0 commit comments

Comments
 (0)