Remove an extraneous :
diff --git a/cicd/pipelines/global/pbuilder_armhf.jenkins b/cicd/pipelines/global/pbuilder_armhf.jenkins
index 0eb58fb..3d25f90 100644
--- a/cicd/pipelines/global/pbuilder_armhf.jenkins
+++ b/cicd/pipelines/global/pbuilder_armhf.jenkins
@@ -2,7 +2,7 @@
 
 def label = "build-jenkins-operator-${UUID.randomUUID().toString()}"
 def home = "/home/jenkins"
-def workspace = "${home}/workspace/build-pbuilder-arm64"
+def workspace = "${home}/workspace/build-pbuilder-armhf"
 def workdir = "${workspace}/src"
 
 podTemplate(label: label,
@@ -20,7 +20,7 @@
                 container('debian') {
                     sh """
                        apt-get update
-                :      apt-get -y install build-essential python curl git qemu-user-static sudo
+                       apt-get -y install build-essential python curl git qemu-user-static sudo
                        curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo
                        chmod a+x /usr/local/bin/repo
                        mkdir -p ${workdir}/.repo/local_manifests