Skip to content

Commit afd130b

Browse files
committed
Minor log message nits
1 parent 65987a7 commit afd130b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/manifest/setup-manifest-config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export async function setupManifestConfig(
3838
logger.log(' CLI commands. You can still override them by explicitly')
3939
logger.log(' setting the flag. It is meant to be a convenience tool.')
4040
logger.log('')
41+
logger.log('This command will generate a socket.json file in the target cwd.')
4142
logger.log(
42-
'This command will generate a `socket.json` file in the target cwd.',
43+
'You can choose to add this file to your repo (handy for collaboration)',
4344
)
44-
logger.log('You can choose to add this file to your repo (handy for collab)')
4545
logger.log('or to add it to the ignored files, or neither. This file is only')
4646
logger.log('used in CLI workflows.')
4747
logger.log('')

0 commit comments

Comments
 (0)