mirror of https://github.com/docker/docs.git
beam/examples/beamsh: cosmetic fix in Fatalf
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
parent
4f92ffb500
commit
2f4b8b7e8d
|
@ -631,7 +631,7 @@ func Debugf(msg string, args ...interface{}) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func Fatalf(msg string, args ...interface{}) {
|
func Fatalf(msg string, args ...interface{}) {
|
||||||
Logf(msg, args)
|
Logf(msg, args...)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue