Skip to content

Commit

Permalink
Fix defect
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanning committed Sep 13, 2020
1 parent ec3d448 commit 0415a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TerraformFormatCommand.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TerraformFormatCommand {
private applyPluginsOnce() {
def remainingPlugins = globalPlugins - appliedPlugins

for (TerraformValidateCommandPlugin plugin in remainingPlugins) {
for (TerraformFormatCommandPlugin plugin in remainingPlugins) {
plugin.apply(this)
appliedPlugins << plugin
}
Expand Down

0 comments on commit 0415a7e

Please sign in to comment.