Skip to content

Commit

Permalink
typo in main_executor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zkronos73 committed Jan 11, 2023
1 parent 6033e17 commit f7a8828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build_genesis.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function run() {
} else if (argv._.length == 1) {
inputFile = argv._[0];
} else {
console.log("Only one input file at a time is permited");
console.log("Only one input file at a time is permitted");
process.exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main_executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function run() {
} else if (argv._.length == 1) {
inputFile = argv._[0];
} else {
console.log("Only one input file at a time is permited");
console.log("Only one input file at a time is permitted");
process.exit(1);
}

Expand Down

0 comments on commit f7a8828

Please sign in to comment.