X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=dotenv-linter%2Finstall.sh;h=8a8c2ad529d58df958ee371f39d9eed302f888d7;hb=46445e9382905a52e770d44191235be179616049;hp=9bff300f321c015e4d5e99d162315a1385022d45;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/dotenv-linter/install.sh b/dotenv-linter/install.sh index 9bff300..8a8c2ad 100644 --- a/dotenv-linter/install.sh +++ b/dotenv-linter/install.sh @@ -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) } }