Skip to content

Commit 4002df2

Browse files
committed
Cleanup scan logging
1 parent a06eb7d commit 4002df2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/commands/scan/cmd-scan-create.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,11 @@ async function run(
344344
logger.info(
345345
'Note: You can invoke this command next time to skip the interactive questions:',
346346
)
347-
logger.info('```')
348-
logger.info(
347+
logger.error('```')
348+
logger.error(
349349
` socket scan create [other flags...] ${orgSlug} ${targets.join(' ')}`,
350350
)
351-
logger.info('```')
351+
logger.error('```')
352352
logger.error('')
353353
logger.info(
354354
'You can also run `socket scan setup` to persist these flag defaults to a socket.json file.',

0 commit comments

Comments
 (0)