Fixed a typo in path, cosmetic yaml edits to force pipeline regen

Change-Id: Iebfa8261fe8240f3f5c9632bed0e07b7e8bd960f
diff --git a/vars/dotkube.groovy b/vars/dotkube.groovy
index 73fc50f..c3ec591 100644
--- a/vars/dotkube.groovy
+++ b/vars/dotkube.groovy
@@ -61,7 +61,7 @@
         // loader.go:223] Config not found: /home/jenkins/.kube/kind-kind-ci
         stage('.kube/ debugging')
         {
-            sh("""/bin/ls -ld ~.kube """)
+            sh("""/bin/ls -ld ~/.kube """)
             sh("""find ~/.kube -print0 | xargs -0 /bin/ls -ld""")
             // if (config['do-something']) {}
         }