Skip to content

Commit

Permalink
fix: correct default script name
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 20, 2023
1 parent df2b97f commit 9e695a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/turbowatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const main = async () => {
.command('$0 [scripts...]', 'Start Turbowatch', (commandYargs) => {
commandYargs.positional('scripts', {
array: true,
default: 'turbowatch.ts',
default: ['turbowatch.ts'],
describe: 'Script with Turbowatch instructions.',
type: 'string',
});
Expand Down

0 comments on commit 9e695a0

Please sign in to comment.