mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
list-git-tags: fix for tags with / in the tag name
This commit is contained in:
parent
ffe472eff8
commit
b6c2a01ecd
@ -54,6 +54,6 @@ fi
|
|||||||
tags=$(git ls-remote --tags --refs "$url")
|
tags=$(git ls-remote --tags --refs "$url")
|
||||||
|
|
||||||
# keep only the version part of the tag
|
# keep only the version part of the tag
|
||||||
tags=$(echo "$tags" | cut --delimiter=/ --field=3)
|
tags=$(echo "$tags" | cut --delimiter=/ --field=3-)
|
||||||
|
|
||||||
echo "$tags"
|
echo "$tags"
|
||||||
|
Loading…
Reference in New Issue
Block a user