X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gitdeploy%2Finstall.sh;h=6b7965a475fcec7dcae6afa288c905bbc22b2496;hb=b1d3b44f966332434d8ec49b2a0df569e9bf8c16;hp=f7b77c03ddcec1c5ef25559fe04c3e6c055b01df;hpb=71e67540a1f2ad3fa74a55152d9375e3fc03a2e5;p=webi-installers%2F.git diff --git a/gitdeploy/install.sh b/gitdeploy/install.sh index f7b77c0..6b7965a 100644 --- a/gitdeploy/install.sh +++ b/gitdeploy/install.sh @@ -34,7 +34,7 @@ function __init_gitdeploy() { # gitdeploy v0.7.1 (be68fec) 2020-10-20T22:27:47Z) # This trims it down to just the version number: # 0.7.1 - echo "$(gitdeploy --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" + echo "$(gitdeploy --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')" } }