cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / gitdeploy / install.sh
index f7b77c03ddcec1c5ef25559fe04c3e6c055b01df..6b7965a475fcec7dcae6afa288c905bbc22b2496 100644 (file)
@@ -34,7 +34,7 @@ function __init_gitdeploy() {
         #       gitdeploy v0.7.1 (be68fec) 2020-10-20T22:27:47Z)
         # This trims it down to just the version number:
         #       0.7.1
-        echo "$(gitdeploy --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
+        echo "$(gitdeploy --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
     }
 
 }