cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / fish / install.sh
index 097477d0b2496da36b75a276925b3813b95e3aea..49df30bd5046f463ebf7c016f15872b5f23cc896 100644 (file)
@@ -80,5 +80,5 @@ function pkg_get_current_version() {
     #       fish, version 3.1.2
     # This trims it down to just the version number:
     #       3.1.2
-    echo $(fish --version 2>/dev/null | head -n 1 | cut -d ' ' -f 3)
+    echo $(fish --version 2> /dev/null | head -n 1 | cut -d ' ' -f 3)
 }