mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
Spelling nit in remote/bitbucket.go.
This commit is contained in:
parent
c81e08d96d
commit
68a71b7baa
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ func (bb *Bitbucket) pushHook(r *http.Request) (*model.Repo, *model.Build, error
|
|||
continue
|
||||
}
|
||||
|
||||
// return the updated repsitory information and the
|
||||
// return the updated repository information and the
|
||||
// build information.
|
||||
return convertRepo(&hook.Repo), &model.Build{
|
||||
Event: model.EventPush,
|
||||
|
|
Loading…
Reference in a new issue