diff options
Diffstat (limited to 'runsc/cmd/spec.go')
-rw-r--r-- | runsc/cmd/spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/spec.go b/runsc/cmd/spec.go index 344da13ba..8e2b36e85 100644 --- a/runsc/cmd/spec.go +++ b/runsc/cmd/spec.go @@ -20,8 +20,8 @@ import ( "os" "path/filepath" - "flag" "github.com/google/subcommands" + "gvisor.dev/gvisor/runsc/flag" ) var specTemplate = []byte(`{ |