cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / dotenv-linter / install.sh
index 9bff300f321c015e4d5e99d162315a1385022d45..8a8c2ad529d58df958ee371f39d9eed302f888d7 100644 (file)
@@ -33,7 +33,7 @@
         #       dotenv-linter 0.99.9 (rev abcdef0123)
         # This trims it down to just the version number:
         #       0.99.9
-        echo $(dotenv-linter --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2)
+        echo $(dotenv-linter --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 
 }