X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gitdeploy%2Finstall.sh;fp=gitdeploy%2Finstall.sh;h=6b7965a475fcec7dcae6afa288c905bbc22b2496;hb=46445e9382905a52e770d44191235be179616049;hp=f7b77c03ddcec1c5ef25559fe04c3e6c055b01df;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;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::')" } }