add missing space
This commit is contained in:
parent
505ec85a77
commit
9cea8e3007
|
@ -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}\")"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue