X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=k9s%2Finstall.sh;h=f027ea1904bf1ebbc373725579aa9f3cbb040653;hb=14f590f5a5ba9f614843441a0f752c2754b47f84;hp=62a050ed99a88e20e4d3be1e4a1d7edf6423e205;hpb=76cb2a63467a216a7dcf1ab4a3b13b0e0d7e3993;p=webi-installers%2F.git diff --git a/k9s/install.sh b/k9s/install.sh index 62a050e..f027ea1 100644 --- a/k9s/install.sh +++ b/k9s/install.sh @@ -37,7 +37,7 @@ # This trims it down to just the version number: # 0.24.2 - echo $(k9s version 2>/dev/null | grep Version: | cut -d 'v' -f 2) + echo $(k9s version 2> /dev/null | grep Version: | cut -d 'v' -f 2) } }