Skip to content

Commit 3c5b2e1

Browse files
committed
Use relative path
1 parent eb5da17 commit 3c5b2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/migrations/dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ func (g *RepositoryDumper) CreatePullRequests(prs ...*base.PullRequest) error {
434434
if _, err = io.Copy(f, resp.Body); err != nil {
435435
return err
436436
}
437-
pr.PatchURL = "./git/pulls/" + fmt.Sprintf("%d.patch", pr.Number)
437+
pr.PatchURL = "git/pulls/" + fmt.Sprintf("%d.patch", pr.Number)
438438

439439
return nil
440440
}()

0 commit comments

Comments
 (0)