Skip to content

Commit ff56dca

Browse files
committed
Fix CI
Signed-off-by: Pierre Neter <pierreneter@gmail.com>
1 parent 3350266 commit ff56dca

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
@@ -215,7 +215,7 @@ module.exports = function(yargs, argv, convertOptions) {
215215
ifArg(name, function(bool) {
216216
if(bool === true)
217217
options[optionName || name] = true;
218-
else if(bool === false)
218+
else if(bool === false)
219219
options[optionName || name] = false;
220220
});
221221
}

0 commit comments

Comments
 (0)