Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 13d9f93

Browse files
author
Jonathan Spruance (Insight Global)
committed
Fix lint issue
1 parent 29c8968 commit 13d9f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chatdown/src/commands/chatdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class Chatdown extends Command {
5858
if (typeof writeConfirmation === 'string') {
5959
process.stdout.write(`${chalk.green('Successfully wrote file:')} ${writeConfirmation}\n`)
6060
}
61-
} else if (flags.in && !fileContents){
61+
} else if (flags.in && !fileContents) {
6262
throw new CLIError('No file contents found in: ' + flags.in)
6363
} else {
6464
return this._help()

0 commit comments

Comments
 (0)