Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Nov 21, 2024
1 parent 08adbc1 commit e7e1c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/subversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (u *SvnURL) With(r Remote) (err error) {
return
}

// String returns a URL with branch and base-path injected.
// String returns a URL with Branch and RootPath appended.
func (u *SvnURL) String() (s string) {
parsed, _ := urllib.Parse(u.Raw)
parsed.Path = pathlib.Join(parsed.Path, u.Branch, u.RootPath)
Expand Down

0 comments on commit e7e1c0d

Please sign in to comment.