chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / kubens / install.sh
index b4cdb1518c621ba87f559bb239f342128be0f673..aff1465f7069d17c41db63148a88a5723e4cb1a0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_kubens() {
     set -e
     set -u
 
@@ -34,3 +34,5 @@
     }
 
 }
+
+__init_kubens