mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26: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')
|
const flags = getFlagsFromLocation(location, 'forget')
|
||||||
|
|
||||||
if (flags.length == 0) {
|
if (flags.length == 0) {
|
||||||
writer.done(base + 'skipping, no policy declared')
|
writer.done(base + 'Skipping, no policy declared')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (dryRun) flags.push('--dry-run')
|
if (dryRun) flags.push('--dry-run')
|
||||||
|
Loading…
Reference in New Issue
Block a user