diff options
author | David Goulet <dgoulet@torproject.org> | 2020-03-05 10:27:50 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-03-05 10:29:47 -0500 |
commit | a63b4148229ae8ce46494fd6a0f99149c231605c (patch) | |
tree | b384f438aacef244f9b875d318d44033987779e7 /scripts/git | |
parent | a62e3e45e6dd21ea018241c0aafe728c99a2a183 (diff) | |
download | tor-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/git')
-rwxr-xr-x | scripts/git/git-list-tor-branches.sh | 2 |
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 |