Skip to content

Commit f528f4b

Browse files
committed
use TARGET
1 parent 0745956 commit f528f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/scan/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ async function setupCommand(
188188
- Org name as first arg ${!orgSlug ? colors.red('(missing!)') : colors.green('(ok)')}\n
189189
- Repository name using --repo ${!repoName ? colors.red('(missing!)') : colors.green('(ok)')}\n
190190
- Branch name using --branch ${!branchName ? colors.red('(missing!)') : colors.green('(ok)')}\n
191-
- At least one file path (e.g. ./package.json) ${
191+
- At least TARGET (e.g. \`.\` or \`./package.json\`) ${
192192
!packagePaths.length
193193
? colors.red(
194194
targets.length > 0

0 commit comments

Comments
 (0)