cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / gprox / install.sh
index ab63c8025f7cfdc188dd6b4b5f72426074c9a142..d78f519dadb25505fb3ee5042d6c6d48c4830e92 100644 (file)
@@ -33,7 +33,7 @@
         #       gprox 0.99.9 (rev abcdef0123)
         # This trims it down to just the version number:
         #       0.99.9
-        echo $(gprox --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2)
+        echo $(gprox --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 
 }