mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Add gosimple linter
Update gometalinter Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@ -39,7 +39,7 @@ func (cli *Client) ContainerCommit(ctx context.Context, container string, option
|
||||
for _, change := range options.Changes {
|
||||
query.Add("changes", change)
|
||||
}
|
||||
if options.Pause != true {
|
||||
if !options.Pause {
|
||||
query.Set("pause", "0")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user