[tor-commits] [tor/master] scripts: Remove typo in git-list-tor-branches.sh

dgoulet at torproject.org dgoulet at torproject.org
Thu Mar 5 15:30:05 UTC 2020


commit a63b4148229ae8ce46494fd6a0f99149c231605c
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Mar 5 10:27:50 2020 -0500

    scripts: Remove typo in git-list-tor-branches.sh
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 scripts/git/git-list-tor-branches.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh
index d6b30f064..d2c71a41e 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



More information about the tor-commits mailing list