diff options
Diffstat (limited to 'cmd/podman/system_prune.go')
| -rw-r--r-- | cmd/podman/system_prune.go | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/system_prune.go b/cmd/podman/system_prune.go index c4d76b2dd..ae5d7ed2d 100644 --- a/cmd/podman/system_prune.go +++ b/cmd/podman/system_prune.go @@ -82,7 +82,6 @@ Are you sure you want to continue? [y/N] `, volumeString)  	fmt.Println("Deleted Pods")  	pruneValues := cliconfig.PodPruneValues{  		PodmanCommand: c.PodmanCommand, -		Force:         c.Force,  	}  	ctx := getContext()  	ok, failures, lasterr := runtime.PrunePods(ctx, &pruneValues)  | 
