mirror of
https://github.com/restic/restic.git
synced 2025-08-20 07:17:31 +00:00
Small typo in dry-run of remove snapshot
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user