Merge "Fix exception definition"
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 89f31b0..ff72b5d 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -59,7 +59,7 @@
 } catch (MissingPropertyException e) {
   try {
     STACK_INSTALL = INSTALL
-  } catch (MissingPropertyException e) {
+  } catch (MissingPropertyException e2) {
     common.errorMsg("Property STACK_INSTALL or INSTALL not found!")
   }
 }