Remove isPreInstalled attribute
This commit is contained in:
parent
0d266384f6
commit
3ec28ea375
|
@ -8,7 +8,6 @@ Beautifier = require('./beautifier')
|
|||
module.exports = class Terraformfmt extends Beautifier
|
||||
name: "terraformfmt"
|
||||
link: "https://www.terraform.io/docs/commands/fmt.html"
|
||||
isPreInstalled: false
|
||||
|
||||
options: {
|
||||
Terraform: false
|
||||
|
@ -36,4 +35,4 @@ module.exports = class Terraformfmt extends Beautifier
|
|||
])
|
||||
.then(=>
|
||||
@readFile(tempFile)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue