cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / serviceman / install.sh
index 3602521aac8b9fcdf4a4f77b5d1571e3ab067641..ae14c59ed0418d5a418149ef6020ddd79b9881a4 100644 (file)
@@ -34,7 +34,7 @@ function __init_serviceman() {
         #       serviceman v0.8.0 (f3ab547) 2020-12-02T16:19:10-07:00
         # This trims it down to just the version number:
         #       0.8.0
-        echo "$(serviceman --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
+        echo "$(serviceman --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
     }
 
 }