Update ct/ghost.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
fabrice1236 2025-01-09 20:16:28 +01:00 committed by GitHub
parent f2187e9b47
commit 695460a471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ function update_script() {
npm install -g ghost-cli@latest &> /dev/null npm install -g ghost-cli@latest &> /dev/null
msg_ok "Updated Successfully" msg_ok "Updated Successfully"
else else
msg_ok "${APP} is already up-to-date (version $current_version)" msg_ok "${APP} is already at v${current_version}"
fi fi
else else
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"