Skip to content
Snippets Groups Projects
Verified Commit 1c10dccb authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed typo

parent b4629a93
No related branches found
No related tags found
No related merge requests found
......@@ -107,4 +107,4 @@ def serialize_rss_feed_from_checks(checks):
" </channel>",
"</rss>",
]
return "/n".join(feed)
return "".join(feed)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment