X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=fish%2Finstall.sh;h=49df30bd5046f463ebf7c016f15872b5f23cc896;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=097477d0b2496da36b75a276925b3813b95e3aea;hpb=b60b4619ba78ef0d0f0470b9ef1405552e73e996;p=webi-installers%2F.git diff --git a/fish/install.sh b/fish/install.sh index 097477d..49df30b 100644 --- a/fish/install.sh +++ b/fish/install.sh @@ -80,5 +80,5 @@ function pkg_get_current_version() { # fish, version 3.1.2 # This trims it down to just the version number: # 3.1.2 - echo $(fish --version 2>/dev/null | head -n 1 | cut -d ' ' -f 3) + echo $(fish --version 2> /dev/null | head -n 1 | cut -d ' ' -f 3) }