diff --git a/src/org/ods/orchestration/phases/DeployOdsComponent.groovy b/src/org/ods/orchestration/phases/DeployOdsComponent.groovy index a8ffe64c8..2b7a4ccc5 100644 --- a/src/org/ods/orchestration/phases/DeployOdsComponent.groovy +++ b/src/org/ods/orchestration/phases/DeployOdsComponent.groovy @@ -68,7 +68,7 @@ class DeployOdsComponent { steps.sleep(12) } - if podData == null { + if (podData == null) { throw new RuntimeException("Error: Could not find 'running' pod(s) with label '${deploymentMean.selector}'") }