scripts: Remove typo in git-list-tor-branches.sh

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2020-03-05 10:27:50 -05:00
parent a62e3e45e6
commit a63b414822
+1 -1
View File
@@ -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