cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / syncthing / install.sh
index 959964862d60ba1b97ae91e505ad408f18083398..96bcca7c8b965f51b71047169bb6d4fb35725925 100644 (file)
@@ -35,7 +35,7 @@ function __init_syncthing() {
         #       syncthing v1.12.1 "Fermium Flea" (go1.15.5 darwin-amd64) teamcity@build.syncthing.net 2020-12-06 12:46:27 UTC
         # This trims it down to just the version number:
         #       1.12.1
-        echo "$(syncthing --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
+        echo "$(syncthing --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
     }
 }