Skip to content
Snippets Groups Projects
Commit a63b4148 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

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

parent a62e3e45
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment