summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-03-05 10:27:50 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-03-05 10:29:47 -0500
commita63b4148229ae8ce46494fd6a0f99149c231605c (patch)
treeb384f438aacef244f9b875d318d44033987779e7 /scripts
parenta62e3e45e6dd21ea018241c0aafe728c99a2a183 (diff)
downloadtor-a63b4148229ae8ce46494fd6a0f99149c231605c.tar.gz
tor-a63b4148229ae8ce46494fd6a0f99149c231605c.zip
scripts: Remove typo in git-list-tor-branches.sh
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git/git-list-tor-branches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh
index d6b30f064f..d2c71a41ed 100755
--- a/scripts/git/git-list-tor-branches.sh
+++ b/scripts/git/git-list-tor-branches.sh
@@ -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