mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 08:40:39 +00:00
typo
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user