1
0
Fork 0
forked from forgejo/forgejo

Move PushUpdateOptions from models to repofiles (#9124)

This commit is contained in:
Lunny Xiao 2019-11-29 10:21:05 +08:00 committed by GitHub
parent 54dab5aed9
commit e151674cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 15 deletions

View file

@ -159,7 +159,7 @@ func HookPostReceive(ctx *macaron.Context) {
})
return
}
if err := repofiles.PushUpdate(repo, branch, models.PushUpdateOptions{
if err := repofiles.PushUpdate(repo, branch, repofiles.PushUpdateOptions{
RefFullName: refFullName,
OldCommitID: oldCommitID,
NewCommitID: newCommitID,