Fix exe.run notation

This commit is contained in:
Colin Hebert 2018-01-08 20:45:02 +01:00 committed by GitHub
parent a0ae81f519
commit 999f57630f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
], {