Skip to content

Commit

Permalink
[healthcheck] fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Grzybek committed Sep 8, 2021
1 parent 0d37260 commit ff51980
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 ff51980

Please sign in to comment.