Skip to content

Commit

Permalink
cant append for current rss publisher
Browse files Browse the repository at this point in the history
* it would create invalid markup
  • Loading branch information
cpjolicoeur committed May 26, 2009
1 parent c583833 commit 9498cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cerberus/publisher/rss.rb
Expand Up @@ -24,6 +24,6 @@ def self.publish(state, manager, options)
</rss>
END

IO.write(config[:file], result, 'a')
IO.write(config[:file], result)
end
end

0 comments on commit 9498cc2

Please sign in to comment.