We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b65f52f + 3122b8e commit 2c3cf8dCopy full SHA for 2c3cf8d
1 file changed
cli/command/network/prune.go
@@ -57,7 +57,7 @@ func runPrune(ctx context.Context, dockerCli command.Cli, options pruneOptions)
57
return "", err
58
}
59
if !r {
60
- return "", errdefs.Cancelled(errors.New("network prune cancelled has been cancelled"))
+ return "", errdefs.Cancelled(errors.New("network prune has been cancelled"))
61
62
63
0 commit comments