forked from LaconicNetwork/kompose
Updated vendoring
Updated vendoring for getting changes from docker/cli for build key in v3 (since docker/cli#481 is merged now)
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ func (opts *MapOpts) GetAll() map[string]string {
|
||||
}
|
||||
|
||||
func (opts *MapOpts) String() string {
|
||||
return fmt.Sprintf("%v", map[string]string((opts.values)))
|
||||
return fmt.Sprintf("%v", opts.values)
|
||||
}
|
||||
|
||||
// Type returns a string name for this Option type
|
||||
|
||||
Reference in New Issue
Block a user