From 81a3c91cb57d001cbe8d4e40e0d1da9ee2db03b7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Mar 2023 18:56:31 -0300 Subject: git-post-receive.sh: report s/finished/generated/ --- 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 a4b2d1d..74ae139 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) generated.\n' "$SHA" >&2 + printf 'Git CI HTML report for %s (%s) finished.\n' "$SHA" >&2 } 2>&1 | logger -i -p local0.warn -t git-ci 1>/dev/null 2>&1 & } trap finish EXIT -- cgit v1.2.3