diff --git a/goss-correctencoding.rb b/goss-correctencoding.rb index d00b22f..538e0ed 100644 --- a/goss-correctencoding.rb +++ b/goss-correctencoding.rb @@ -64,12 +64,12 @@ class GossamerForumsCorrectEncoding < ImportScripts::Base puts "+++++++ fixed_content:\n#{fixed_content}" puts "---------------------------------------------------------------------------------------------" # post.update(raw: fixed_content) - post.raw = fixed_content - if post.save - puts "Post ##{post.id} updated successfully." - else - puts "Failed to update Post ##{post.id}: #{post.errors.full_messages.join(', ')}" - end +# post.raw = fixed_content +# if post.save +# puts "Post ##{post.id} updated successfully." +# else +# puts "Failed to update Post ##{post.id}: #{post.errors.full_messages.join(', ')}" +# end end end