cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / yq / install.sh
index 81d3fac92f926ab9403cd58dd05cf359234e8291..4d3ad85e52b24844fc489bdd59cd30219d257d57 100644 (file)
@@ -20,7 +20,7 @@
     }
 
     pkg_get_current_version() {
-        echo $(yq --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2)
+        echo $(yq --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 
 }