Loading pkgs/common-updater/scripts/list-git-tags +1 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,6 @@ fi tags=$(git ls-remote --tags --refs "$url") # keep only the version part of the tag tags=$(echo "$tags" | cut --delimiter=/ --field=3) tags=$(echo "$tags" | cut --delimiter=/ --field=3-) echo "$tags" Loading
pkgs/common-updater/scripts/list-git-tags +1 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,6 @@ fi tags=$(git ls-remote --tags --refs "$url") # keep only the version part of the tag tags=$(echo "$tags" | cut --delimiter=/ --field=3) tags=$(echo "$tags" | cut --delimiter=/ --field=3-) echo "$tags"