Skip to content

Commit

Permalink
Merge pull request #9 from mgrzybek/fix-console
Browse files Browse the repository at this point in the history
[healthcheck] fix #8
  • Loading branch information
fcomte authored Oct 18, 2021
2 parents 0d37260 + ff51980 commit 1316ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func PrintMessage(m string) {
fmt.Print(m)
}

func PrintErrorMessageAndExit(m string) {
func PrintErrorAndExit(m string) {
fmt.Print(m)
os.Exit(1)
}

0 comments on commit 1316ebc

Please sign in to comment.