From 2d1e25cfb96645b440fb5d88fdf25c2222b2ea9f Mon Sep 17 00:00:00 2001 From: Justin Phelps Date: Mon, 2 Jun 2014 15:14:44 -0500 Subject: [PATCH] serce => serve --- cmd/droned/drone.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/droned/drone.go b/cmd/droned/drone.go index b5641af8..8037af4a 100644 --- a/cmd/droned/drone.go +++ b/cmd/droned/drone.go @@ -122,7 +122,7 @@ func setupStatic() { w.Header().Add("Cache-Control", "no-cache") } - // serce images + // serve images images.ServeHTTP(w, r) }) }