forked from TrueCloudLab/restic
Small typo in dry-run of remove snapshot
This commit is contained in:
parent
ef9b974bcd
commit
5996d671a0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
|
|||
|
||||
Verbosef("removed snapshot %v\n", id.Str())
|
||||
} else {
|
||||
Verbosef("would removed snapshot %v\n", id.Str())
|
||||
Verbosef("would remove snapshot %v\n", id.Str())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue