Skip to content

Commit

Permalink
Fix reference error in build
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 29, 2023
1 parent c48faf3 commit b634360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ new MetalsharpProject()
}

var rssFeedContent = string.Empty;
var rssFeed = var feed = new SyndicationFeed(
var rssFeed = new SyndicationFeed(
"Ian Wold",
"Ian Wold's Blog",
new Uri("https://ian.wold.guru/feed.xml"),
Expand Down

0 comments on commit b634360

Please sign in to comment.