mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-05 06:02:25 +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
|
||||
}
|
||||
|
||||
// featch the .drone.yml file from the database
|
||||
// fetch the .drone.yml file from the database
|
||||
yml, err := remote.GetScript(user, repo, hook)
|
||||
if err != nil {
|
||||
w.WriteHeader(http.StatusBadRequest)
|
||||
|
|
Loading…
Reference in a new issue