Fix incorrect env file generation in mastodon:setup (#23072)

Regression from #23012
lolsob-rspec
Claire 2023-01-13 10:17:07 +01:00 committed by GitHub
parent ff5f21d505
commit aadf68654a
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ namespace :mastodon do
escaped = dotenv_escape(value)
incompatible_syntax = true if value != escaped
escaped
"#{key}=#{escaped}"
end.join("\n")
generated_header = "# Generated with mastodon:setup on #{Time.now.utc}\n\n".dup