cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / gitea / install.sh
index 6a4d5868b930dbecadb6eedf7593df74c77b4c8a..bb55c660fdb6cf7afd36ebff139d2e4201cd9be9 100644 (file)
@@ -10,7 +10,7 @@ pkg_get_current_version() {
     #       v2.1.0 h1:pQSaIJGFluFvu8KDGDODV8u4/QRED/OPyIR+MWYYse8=
     # This trims it down to just the version number:
     #       2.0.0
-    echo "$(gitea --version 2>/dev/null | head -n 1 | cut -d' ' -f3)"
+    echo "$(gitea --version 2> /dev/null | head -n 1 | cut -d' ' -f3)"
 }
 
 pkg_link() {