tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

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

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

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Mscripts/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 @@ -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