mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
typo
This commit is contained in:
parent
0c654eacf1
commit
2fd9e2dd22
@ -24,7 +24,7 @@ export const forgetSingle = (name: string, to: string, location: Location, dryRu
|
||||
const flags = getFlagsFromLocation(location, 'forget')
|
||||
|
||||
if (flags.length == 0) {
|
||||
writer.done(base + 'skipping, no policy declared')
|
||||
writer.done(base + 'Skipping, no policy declared')
|
||||
return
|
||||
}
|
||||
if (dryRun) flags.push('--dry-run')
|
||||
|
Loading…
Reference in New Issue
Block a user