From 695460a4718d36929a80d0ff49888e8914fda370 Mon Sep 17 00:00:00 2001 From: fabrice1236 <87321357+fabrice1236@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:16:28 +0100 Subject: [PATCH] Update ct/ghost.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- ct/ghost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/ghost.sh b/ct/ghost.sh index 9349ccef..5b0bcb2d 100644 --- a/ct/ghost.sh +++ b/ct/ghost.sh @@ -38,7 +38,7 @@ function update_script() { npm install -g ghost-cli@latest &> /dev/null msg_ok "Updated Successfully" else - msg_ok "${APP} is already up-to-date (version $current_version)" + msg_ok "${APP} is already at v${current_version}" fi else msg_error "No ${APP} Installation Found!"