Skip to content

Commit

Permalink
fix(web): s/pipeline/config (spinnaker#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens authored Apr 30, 2019
1 parent e27cbf4 commit 2c266c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class OperationsController {
for (ExecutionPreprocessor preprocessor : executionPreprocessors.findAll {
it.supports(config, ExecutionPreprocessor.Type.ORCHESTRATION)
}) {
config = preprocessor.process(pipeline)
config = preprocessor.process(config)
}

def json = objectMapper.writeValueAsString(config)
Expand Down

0 comments on commit 2c266c4

Please sign in to comment.