Merge pull request #1118 from depay/fixtypo

Fix typo "fetch"
This commit is contained in:
Brad Rydzewski 2015-08-14 00:21:38 -07:00
commit 0434390b92

View file

@ -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)