fix mflag import
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
af411bf9d5
commit
8a7c81a41c
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…
Reference in a new issue