Skip to content

Commit

Permalink
Excessively nested closures/functions
Browse files Browse the repository at this point in the history
  • Loading branch information
codezninja committed Sep 23, 2020
1 parent b238ede commit fdd4b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParameterStoreBuildWrapperPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ParameterStoreBuildWrapperPlugin implements TerraformValidateStagePlugin,
}

List getGlobalParameterOptions() {
return this.globalParameterOptions
return globalParameterOptions
}

Map getEnvironmentParameterOptions(String environment) {
Expand Down

0 comments on commit fdd4b54

Please sign in to comment.