Merge pull request #1331 from gtaylor/bb-spelling
Spelling nit in remote/bitbucket.go. [CI SKIP]
This commit is contained in:
commit
8c5354c948
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
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// return the updated repsitory information and the
|
// return the updated repository information and the
|
||||||
// build information.
|
// build information.
|
||||||
return convertRepo(&hook.Repo), &model.Build{
|
return convertRepo(&hook.Repo), &model.Build{
|
||||||
Event: model.EventPush,
|
Event: model.EventPush,
|
||||||
|
|
Loading…
Reference in a new issue