X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/52d63417ed29a3f7c449b646bd200986e704330d..598be5a9f8cf5eae9e6d42035d7a328c87f372f7:/RSSGen/Program.cs?ds=sidebyside diff --git a/RSSGen/Program.cs b/RSSGen/Program.cs index 113bb1d..f64ac3f 100644 --- a/RSSGen/Program.cs +++ b/RSSGen/Program.cs @@ -68,7 +68,7 @@ foreach (var file in fileInfos) var output = Generator.SerializeRSS(myRSS); -var rssPath = Path.Combine(Directory.GetCurrentDirectory(), "../../../../feed.rss"); +var rssPath = Path.Combine(Directory.GetCurrentDirectory(), "../../../../feed.xml"); if (File.Exists(rssPath)) {