diff --git a/ct/ghost.sh b/ct/ghost.sh index 25ad4826..9349ccef 100644 --- a/ct/ghost.sh +++ b/ct/ghost.sh @@ -34,7 +34,7 @@ function update_script() { current_version=$(ghost version | grep 'Ghost-CLI version' | awk '{print $3}') latest_version=$(npm show ghost-cli version) if [ "$current_version" != "$latest_version" ]; then - msg_info "Updating ${APP} from version $current_version to $latest_version" + msg_info "Updating ${APP} from version v${current_version} to v${latest_version}" npm install -g ghost-cli@latest &> /dev/null msg_ok "Updated Successfully" else