forked from TrueCloudLab/restic
forget: Remove message when no policy is specified
This commit is contained in:
parent
5f0ebb71b2
commit
27d0909302
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ func (cmd CmdForget) Execute(args []string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if policy.Empty() {
|
if policy.Empty() {
|
||||||
cmd.global.Verbosef("no expire policy configured, exiting\n")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue