mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-22 06:06:18 +00:00
commit
0434390b92
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,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 {
|
||||
log.Printf("Unable to fetch .drone.yml file. %s\n", err)
|
||||
|
|
Loading…
Reference in a new issue