Skip to content

Commit ff51980

Browse files
author
Mathieu Grzybek
committed
[healthcheck] fix #8
1 parent 0d37260 commit ff51980

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)