forked from TrueCloudLab/restic
Fix typo in comment
This commit is contained in:
parent
3afd974dea
commit
3dcacb3730
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
|
|||
Verbosef("would have removed snapshot %v\n", sn.ID().Str())
|
||||
}
|
||||
} else {
|
||||
// Determing grouping-keys
|
||||
// Determining grouping-keys
|
||||
var tags []string
|
||||
var hostname string
|
||||
var paths []string
|
||||
|
|
Loading…
Reference in a new issue