From 7e260ccc28e6ade13123fb0496b88a19438f12e8 Mon Sep 17 00:00:00 2001 From: odan Date: Fri, 19 Apr 2024 22:32:13 +0900 Subject: [PATCH] fix log message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3359758..3dffd0f 100644 --- a/main.go +++ b/main.go @@ -96,7 +96,7 @@ func getResultJson(result Result) (string, error) { func run(options Options) error { logger = GetLogger() - logger.Printf("git-pr-release-go version: %s, commit: %s, date: %s\n", version, commit, date) + logger.Printf("version: %s, commit: %s, date: %s\n", version, commit, date) ctx := context.Background()