Skip to content

Commit

Permalink
seatbelt: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter committed May 19, 2022
1 parent b68189f commit 9765c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seatbelt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9765c10

Please sign in to comment.