Skip to content

Commit

Permalink
Update bsc-plugin/src/cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Oct 1, 2024
1 parent 08a3f3b commit 58df326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsc-plugin/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let options = yargs
return new Error('You must provide a host. (--host)');
}
if (!argv.password) {
return new Error('You must provide a password. (--host)');
return new Error('You must provide a password. (--password)');
}
if (!argv.project) {
console.log('No project file specified. Using "./bsconfig.json"');
Expand Down

0 comments on commit 58df326

Please sign in to comment.