Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Nov 22, 2024
1 parent 46bdb79 commit 8b48477
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 @@ -86,7 +86,7 @@ func (r *Subversion) Branch(ref string) (err error) {
if err != nil {
return
}
branch.Remote.URL = ref
branch.Remote = Remote{URL: ref}
defer func() {
if err == nil {
r.Remote.URL = branch.Remote.URL
Expand Down

0 comments on commit 8b48477

Please sign in to comment.