Skip to content

Commit

Permalink
Add missing hyphen when computing branch url (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored Aug 16, 2023
1 parent 46185a5 commit f7df455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static UriTemplate projectUriTemplate(String serverNameOrUrl) {

public static UriTemplate branchUriTemplate(String serverNameOrUrl) {
return getUriTemplateFromServer(serverNameOrUrl)
.template("{/project*}/tree/{branch*}")
.template("{/project*}/-/tree/{branch*}")
.build();
}

Expand Down

0 comments on commit f7df455

Please sign in to comment.