Skip to content

Commit 1316ebc

Browse files
authored
Merge pull request #9 from mgrzybek/fix-console
[healthcheck] fix #8
2 parents 0d37260 + ff51980 commit 1316ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func PrintMessage(m string) {
2121
fmt.Print(m)
2222
}
2323

24-
func PrintErrorMessageAndExit(m string) {
24+
func PrintErrorAndExit(m string) {
2525
fmt.Print(m)
2626
os.Exit(1)
2727
}

0 commit comments

Comments
 (0)