mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Fix typo in moby run
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
parent
33aec98f0e
commit
a02544ceef
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user