From 388c564ccf24e2c70bb8f67106a17f66a6972ebc Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 May 2026 02:20:48 +0000 Subject: [PATCH] fix(deploy): correct log function usage in commit verification --- deploy-invttrdg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-invttrdg.sh b/deploy-invttrdg.sh index bfb78cc..7349021 100755 --- a/deploy-invttrdg.sh +++ b/deploy-invttrdg.sh @@ -408,8 +408,8 @@ if [ "$DEVOPS_RESPONSE" != "{}" ] && [ -n "$DEVOPS_RESPONSE" ]; then if [ -n "$DEPLOYED_COMMIT_SHA" ]; then ok "Deployed commit: $DEPLOYED_COMMIT_SHA" - info "Full SHA: $DEPLOYED_COMMIT_FULL" - info "Message: $DEPLOYED_MESSAGE" + log "Full SHA: $DEPLOYED_COMMIT_FULL" + log "Message: $DEPLOYED_MESSAGE" # Compare with expected latest commit cd "$REPO_DIR"