Fixed a dumb mistake.

This commit is contained in:
thedadams 2014-09-14 18:20:27 -07:00
parent 13fa9e3113
commit 86a709f24b
1 changed files with 1 additions and 1 deletions

View File

@ -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