This commit is contained in:
2016-06-05 07:05:34 +02:00
parent deae50007e
commit af2c4b04cd
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ if (typeof command === 'undefined') {
switch (command){
case "build":
build("commandArg");
build(commandOption);
break;
case "install":
install(commandOption);