This commit is contained in:
cupcakearmy 2019-12-24 16:52:01 +01:00
parent 0c654eacf1
commit 2fd9e2dd22
1 changed files with 1 additions and 1 deletions

View File

@ -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')