1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

Merge pull request #334 from Linuturk/simpletypo

Typo in Comments: serce => serve
This commit is contained in:
Brad Rydzewski 2014-06-02 13:22:53 -07:00
commit 40fe430581

View File

@ -122,7 +122,7 @@ func setupStatic() {
w.Header().Add("Cache-Control", "no-cache")
}
// serce images
// serve images
images.ServeHTTP(w, r)
})
}