Fixed a dumb mistake.
This commit is contained in:
parent
13fa9e3113
commit
86a709f24b
|
@ -9,7 +9,7 @@ getCmd = (inputPath, outputPath, options, cb) ->
|
|||
# console.log(configPath);
|
||||
if pathToCommand
|
||||
|
||||
# Use absolute path
|
||||
# Use path given by user
|
||||
cmd = pathToCommand + " -c \"" + configPath + "\" -f \"" + inputPath + "\" -o \"" + outputPath + "\" -l \"" + lang + "\""
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in New Issue