mirror of
https://github.com/octoleo/restic.git
synced 2025-04-05 15:01:51 +00:00
Merge pull request #682 from jpmens/patch-1
Small typo in dry-run of remove snapshot
This commit is contained in:
commit
281cbbdf2e
@ -140,7 +140,7 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
|
|||||||
|
|
||||||
Verbosef("removed snapshot %v\n", id.Str())
|
Verbosef("removed snapshot %v\n", id.Str())
|
||||||
} else {
|
} else {
|
||||||
Verbosef("would removed snapshot %v\n", id.Str())
|
Verbosef("would remove snapshot %v\n", id.Str())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user