mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 00:48:52 +00:00
Fix typo "fetch"
This commit is contained in:
parent
972654e863
commit
bf6c855810
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ func PostHook(c web.C, w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// featch the .drone.yml file from the database
|
// fetch the .drone.yml file from the database
|
||||||
yml, err := remote.GetScript(user, repo, hook)
|
yml, err := remote.GetScript(user, repo, hook)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.WriteHeader(http.StatusBadRequest)
|
w.WriteHeader(http.StatusBadRequest)
|
||||||
|
|
Loading…
Reference in a new issue