Skip to content

Commit ef4943b

Browse files
committed
Fix typo in convert-argv.js
1 parent 69df24c commit ef4943b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/convert-argv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function(optimist, argv, convertOptions) {
5757
}
5858

5959
if(typeof options !== "object" || options === null) {
60-
console.log("Config did not export a object.");
60+
console.log("Config did not export an object.");
6161
process.exit(-1);
6262
}
6363

0 commit comments

Comments
 (0)