diff options
Diffstat (limited to 'routers/private/hook.go')
-rw-r--r-- | routers/private/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/private/hook.go b/routers/private/hook.go index 074e3aef19..c9065bceb3 100644 --- a/routers/private/hook.go +++ b/routers/private/hook.go @@ -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, |