Explorar el Código

Merge branch 'master' of github.com:grafana/grafana

Torkel Ödegaard hace 10 años
padre
commit
f9cd942363
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/cmd/web.go

+ 1 - 1
pkg/cmd/web.go

@@ -33,7 +33,7 @@ func newMacaron() *macaron.Macaron {
 	mapStatic(m, "css", "css")
 	mapStatic(m, "img", "img")
 	mapStatic(m, "fonts", "fonts")
-	mapStatic(m, "robots.txt", "robots.txxt")
+	mapStatic(m, "robots.txt", "robots.txt")
 
 	m.Use(macaron.Renderer(macaron.RenderOptions{
 		Directory:  path.Join(setting.StaticRootPath, "views"),