Skip to content

Commit ff2e5b7

Browse files
committed
update full-scans to scan
1 parent 9f49fa7 commit ff2e5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ try {
2121
} else if (entry[0] === 'rawNpx') {
2222
entry[0] = 'raw-npx'
2323
} else if (entry[0] === 'fullscans') {
24-
entry[0] = 'full-scans'
24+
entry[0] = 'scan'
2525
}
2626
return entry
2727
}))

lib/commands/fullscans/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const fullscans = {
2121
argv,
2222
description,
2323
importMeta,
24-
name: parentName + ' full-scans',
24+
name: parentName + ' scan',
2525
}
2626
)
2727
}

0 commit comments

Comments
 (0)