Rename AtomFeed to AtomFile everywhere else

This commit is contained in:
2024-10-28 17:57:51 +01:00
parent 3aa8796537
commit 3aef27585a
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ func ServeAtomFeed(c *b.Config) http.HandlerFunc {
return
}
absFilepath, err := filepath.Abs(c.AtomFeed)
absFilepath, err := filepath.Abs(c.AtomFile)
if err != nil {
log.Println(err)
http.Error(w, err.Error(), http.StatusInternalServerError)