Skip to content

Commit

Permalink
Merge pull request #469 from claymccoy/fixTestsAfterIntroducingGebTests2
Browse files Browse the repository at this point in the history
fixed codenarc rule
  • Loading branch information
claymccoy committed Jan 29, 2014
2 parents e0cd4ae + 9bcf84a commit 88c1959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class DeploymentWorkflowImpl implements DeploymentWorkflow, WorkflowOperator<Dep
} result
}
waitFor(deploymentComplete) {
for(DoTry runningAsgAnalysis : runningAsgAnalyses) {
for (DoTry runningAsgAnalysis : runningAsgAnalyses) {
stopScheduledAsgAnalysis(runningAsgAnalysis) // ensure that ASG Analysis is stopped
}
String notificationDestination = deploymentOptions.notificationDestination
Expand Down

0 comments on commit 88c1959

Please sign in to comment.