add missing space

This commit is contained in:
Ryan Rushton 2015-03-18 22:15:46 -07:00
parent 505ec85a77
commit 9cea8e3007
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ getCmd = (inputPath, outputPath, options) ->
if level if level
levelOption = " --level=#{level} " levelOption = " --level=#{level} "
if fixers if fixers
fixerOption = " --fixers=#{fixers}" fixerOption = " --fixers=#{fixers} "
cmd = "#{levelOption} #{fixerOption} \"#{inputPath}\") || (mv \"#{inputPath}\" \"#{outputPath}\")" cmd = "#{levelOption} #{fixerOption} \"#{inputPath}\") || (mv \"#{inputPath}\" \"#{outputPath}\")"