Fixing installVoltctl keyword
Change-Id: I2edb6adaa3d5ca8972a9177cc079df5c6823cf27
diff --git a/vars/createKubernetesCluster.groovy b/vars/createKubernetesCluster.groovy
index 4843d8b..d329de2 100644
--- a/vars/createKubernetesCluster.groovy
+++ b/vars/createKubernetesCluster.groovy
@@ -52,10 +52,10 @@
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.0/kind-linux-amd64
chmod +x ./kind
mv ./kind $WORKSPACE/bin/kind
-
- # install voltctl
- installVoltctl("${cfg.branch}")
-
+ """
+ // install voltctl
+ installVoltctl("${cfg.branch}")
+ sh """
# start the kind cluster
kind create cluster --name ${cfg.name} --config kind.cfg