X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=dotenv%2Finstall.sh;h=60bfb3d8e3bcaf70634102c8f2bf664361792ca0;hb=d68d0376b9cead7e1bf6446e71f00c8e3c965a45;hp=5a63beceb29dfe2bee5894e5ae1077d5988c944a;hpb=20a278f2d6f14354e60d22db9a81b259de45afce;p=webi-installers%2F.git diff --git a/dotenv/install.sh b/dotenv/install.sh index 5a63bec..60bfb3d 100644 --- a/dotenv/install.sh +++ b/dotenv/install.sh @@ -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::')" } }