mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
scripts: Remove typo in git-list-tor-branches.sh
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -81,7 +81,7 @@ branch() {
|
||||
location="\$GIT_PATH/\$TOR_WKT_NAME/$brname"
|
||||
is_maint="yes"
|
||||
elif [[ "$brname" =~ ^release- ]]; then
|
||||
suffix="_r${brname_nodots#release-}"
|
||||
suffix="_${brname_nodots#release-}"
|
||||
location="\$GIT_PATH/\$TOR_WKT_NAME/$brname"
|
||||
|
||||
if [[ "$skip_release_branches" = "yes" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user