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