X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=fish%2Finstall.sh;h=49df30bd5046f463ebf7c016f15872b5f23cc896;hb=46445e9382905a52e770d44191235be179616049;hp=097477d0b2496da36b75a276925b3813b95e3aea;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;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) }