Fix typo

Change-Id: Iff31e8e24efc46039b9d28377b0d6e1807f0b96a
diff --git a/cicd-lab-pipeline.groovy b/cicd-lab-pipeline.groovy
index 5433945..060f900 100644
--- a/cicd-lab-pipeline.groovy
+++ b/cicd-lab-pipeline.groovy
@@ -134,7 +134,8 @@
             for (entry in out['return']) {
                 for (node in entry) {
                     if (node.value =~ /Some services are not running/) {
-                        throw new Exception("$node.key: $node.value)
+                        throw new Exception("$node.key: $node.value")
+
                     } else {
                         print out
                     }