Skip to content

Commit

Permalink
Update bin/google-form-news.rb
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hexylena and github-actions[bot] authored Jan 29, 2024
1 parent 10a66be commit b4167ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/google-form-news.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
File.open(filename, 'w') do |file|
file.puts YAML.dump(post_metadata)
file.puts "---\n"
file.puts row['Blog Post'].gsub(" ", "\n\n")
file.puts row['Blog Post'].gsub(' ', "\n\n")
end
end

0 comments on commit b4167ba

Please sign in to comment.