diff --git a/plugin.go b/plugin.go index 7c9c121..d5b40aa 100644 --- a/plugin.go +++ b/plugin.go @@ -94,7 +94,7 @@ func (p Plugin) Exec() error { } if p.Action.NoForcePull { - cmdArgs = append(cmdArgs, "--pull=false") + cmdArgs = append(cmdArgs, "-pull=false") } if p.Daemon.Disabled {