mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix mflag import
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
77d4df1e0b
commit
c4e7b0e4d5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/dotcloud/docker/pkg/flag"
|
||||
flag "github.com/dotcloud/docker/pkg/mflag"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue