Merge pull request #1399 from samoht/typo

Fix typo in `moby run`
This commit is contained in:
Rolf Neugebauer
2017-03-28 12:01:47 +02:00
committed by GitHub

View File

@@ -7,5 +7,5 @@ import (
) )
func run(cpus, mem, diskSz int, userData string, args []string) { 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")
} }