From 9765c10c315094c68718b898575e039675018cc9 Mon Sep 17 00:00:00 2001 From: Ben Tranter Date: Thu, 19 May 2022 17:09:35 -0400 Subject: [PATCH] seatbelt: remove typo --- seatbelt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seatbelt.go b/seatbelt.go index 5e39462..f3baf12 100644 --- a/seatbelt.go +++ b/seatbelt.go @@ -264,7 +264,7 @@ func defaultTemplateFuncs(session *session.Session) func(w http.ResponseWriter, if err == nil { path = path + "?" + strconv.Itoa(int(fi.ModTime().Unix())) } else { - fmt.Printf("seatbelt: error getting css file info at path %s: %v\n", path, err) + fmt.Printf("seatbelt: error getting file info at path %s: %v\n", path, err) } return path