cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / arc / install.sh
index fb5f8c229ff0f2a82b1770a97e210f81c13044fc..4d983ee34fcd1c19a6463c8f5bd4e0a15585d341 100644 (file)
@@ -31,6 +31,6 @@
         #       arc v3.5.0 (25e050d) 2020-10-30T03:27:58Z
         # This trims it down to just the version number:
         #       3.5.0
-        echo "$(arc version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
+        echo "$(arc version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
     }
 }