Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Apr 19, 2024
1 parent 1582fcc commit 7e260cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 7e260cc

Please sign in to comment.