chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / kind / install.sh
index 61a3181c9be8e8256c3ccec9d59fd16820fa8f7d..b3e1ed74ac71bf2bfb91f2c1b12d3af59a3ba5ab 100644 (file)
@@ -23,7 +23,7 @@ function __init_kind() {
     }
 
     pkg_get_current_version() {
-        echo $(kind --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2)
+        echo $(kind --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 
 }