From a06b5db5942770e790f47f56a38c34cd78ae51c2 Mon Sep 17 00:00:00 2001 From: Ravi Shekhar Jethani Date: Tue, 20 Nov 2018 06:54:27 -0500 Subject: [PATCH] Update cli/command/container/create.go Co-Authored-By: Zanadar Signed-off-by: Zander Mackie --- cli/command/container/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/container/create.go b/cli/command/container/create.go index 22e7470401..a41c92d7ae 100644 --- a/cli/command/container/create.go +++ b/cli/command/container/create.go @@ -25,7 +25,7 @@ import ( // Pull constants const ( PullImageAlways = "always" - PullImageMissing = "missing" // Default (matches previous bahevior) + PullImageMissing = "missing" // Default (matches previous behavior) PullImageNever = "never" )