X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=mutagen%2Finstall.sh;h=033eb0b99a26834b40615c7741bd540e3260ae98;hb=46445e9382905a52e770d44191235be179616049;hp=39e5a66d561d659b023e77e02bd64c5b5c799b3b;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/mutagen/install.sh b/mutagen/install.sh index 39e5a66..033eb0b 100644 --- a/mutagen/install.sh +++ b/mutagen/install.sh @@ -33,7 +33,7 @@ function __init_mutagen() { # 0.11.8 # This trims it down to just the version number: # 0.11.8 - echo $(mutagen version 2>/dev/null | head -n 1 | cut -d ' ' -f1) + echo $(mutagen version 2> /dev/null | head -n 1 | cut -d ' ' -f1) } }