Fix incorrect env file generation in mastodon:setup (#23072)
Regression from #23012
This commit is contained in:
@@ -399,7 +399,7 @@ namespace :mastodon do
|
|||||||
escaped = dotenv_escape(value)
|
escaped = dotenv_escape(value)
|
||||||
incompatible_syntax = true if value != escaped
|
incompatible_syntax = true if value != escaped
|
||||||
|
|
||||||
escaped
|
"#{key}=#{escaped}"
|
||||||
end.join("\n")
|
end.join("\n")
|
||||||
|
|
||||||
generated_header = "# Generated with mastodon:setup on #{Time.now.utc}\n\n".dup
|
generated_header = "# Generated with mastodon:setup on #{Time.now.utc}\n\n".dup
|
||||||
|
Reference in New Issue
Block a user