Fix typo in moby run

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-03-23 14:16:01 +01:00
parent bf77b77fd3
commit e4a092c0e1

View File

@ -7,5 +7,5 @@ import (
)
func run(cpus, mem, diskSz int, userData string, args []string) {
log.Fatalf("'run' is not support yet on your OS")
log.Fatalf("'run' is not supported yet on your OS")
}