mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 12:34:13 +00:00
forget: Remove message when no policy is specified
This commit is contained in:
parent
5f0ebb71b2
commit
27d0909302
@ -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 New Issue
Block a user