cli/command/network: fix error-message for cancelled prune
This error-message was updated in 7c722c08d093c118ea727961be9aa0a23c83b733, but looks like the typo was overlooked in review. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
33494921b8
commit
3122b8e7f5
@ -57,7 +57,7 @@ func runPrune(ctx context.Context, dockerCli command.Cli, options pruneOptions)
|
|||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
if !r {
|
if !r {
|
||||||
return "", errdefs.Cancelled(errors.New("network prune cancelled has been cancelled"))
|
return "", errdefs.Cancelled(errors.New("network prune has been cancelled"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user