cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / rclone / install.sh
index d00f4044e027e25755dc88903d2f122701859b28..c116b8cc1980d459d1ee65369054d3a9d837a712 100644 (file)
@@ -36,7 +36,7 @@ function __init_rclone() {
         #       - go version: go1.15.7
         # This trims it down to just the version number:
         #       1.54.0
-        echo "$(rclone --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
+        echo "$(rclone --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
     }
 
 }