From 86a709f24b377bacecf7401ba8323d0dd70f114c Mon Sep 17 00:00:00 2001 From: thedadams Date: Sun, 14 Sep 2014 18:20:27 -0700 Subject: [PATCH] Fixed a dumb mistake. --- lib/langs/uncrustify/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/langs/uncrustify/index.coffee b/lib/langs/uncrustify/index.coffee index cee4514..9c3259c 100644 --- a/lib/langs/uncrustify/index.coffee +++ b/lib/langs/uncrustify/index.coffee @@ -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