cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / dotenv / install.sh
index 5a63beceb29dfe2bee5894e5ae1077d5988c944a..60bfb3d8e3bcaf70634102c8f2bf664361792ca0 100644 (file)
@@ -34,7 +34,7 @@ function __init_dotenv() {
         #       dotenv v1.0.0 (17c7677) 2020-10-19T23:43:57Z
         # This trims it down to just the version number:
         #       1.0.0
-        echo "$(dotenv --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
+        echo "$(dotenv --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
     }
 
 }