Fix exe.run notation
This commit is contained in:
parent
a0ae81f519
commit
999f57630f
|
@ -29,7 +29,7 @@ module.exports = class PuppetFix extends Beautifier
|
|||
]
|
||||
|
||||
beautify: (text, language, options) ->
|
||||
@exe("puppet-lint", [
|
||||
@exe("puppet-lint").run([
|
||||
'--fix'
|
||||
tempFile = @tempFile("input", text)
|
||||
], {
|
||||
|
|
Loading…
Reference in New Issue