1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-22 07:39:59 +00:00

serve.Manifest correctly everywhere

This commit is contained in:
Jason Hall 2020-09-18 16:10:13 -04:00
parent c6c35c3531
commit b04b6419b3
4 changed files with 16 additions and 4 deletions

View file

@ -120,7 +120,7 @@ func (s *server) serveMirrorManifest(w http.ResponseWriter, r *http.Request) {
return
}
if err := serve.Manifest(w, r, img); err != nil {
s.error.Printf("ERROR (serve.Index): %v", err)
s.error.Printf("ERROR (serve.Manifest): %v", err)
serve.Error(w, err)
return
}