mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-23 15:46:59 +00:00
Merge pull request #1331 from gtaylor/bb-spelling
Spelling nit in remote/bitbucket.go. [CI SKIP]
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user