diff --git a/bin/google-form-news.rb b/bin/google-form-news.rb index 2a5e3559d35c3d..f1c6ec0fbc5d48 100755 --- a/bin/google-form-news.rb +++ b/bin/google-form-news.rb @@ -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