From 09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Mar 2023 18:57:01 -0300 Subject: git-post-receive.sh: Add missing "$NAME" argument to log entry --- src/infrastructure/ci/git-post-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh index 74ae139..46bf5a5 100755 --- a/src/infrastructure/ci/git-post-receive.sh +++ b/src/infrastructure/ci/git-post-receive.sh @@ -148,7 +148,7 @@ mkdtemp() { -a \ "$DIR"/ "$HTML_OUTDIR_CI"/ rm -rf "$DIR" - printf 'Git CI HTML report for %s (%s) finished.\n' "$SHA" >&2 + printf 'Git CI HTML report for %s (%s) finished.\n' "$NAME" "$SHA" >&2 } 2>&1 | logger -i -p local0.warn -t git-ci 1>/dev/null 2>&1 & } trap finish EXIT -- cgit v1.2.3