chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / k9s / install.sh
index f027ea1904bf1ebbc373725579aa9f3cbb040653..158316cc8b6269f086c655e0bf2ee7b79ee3284a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_k9s() {
     set -e
     set -u
 
@@ -41,3 +41,5 @@
     }
 
 }
+
+__init_k9s