diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh index d2c71a41ed..d6b30f064f 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="_${brname_nodots#release-}" + suffix="_r${brname_nodots#release-}" location="\$GIT_PATH/\$TOR_WKT_NAME/$brname" if [[ "$skip_release_branches" = "yes" ]]; then