mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 08:25:55 +00:00
Merge branch 'main' into glitch-soc/merge-upstream
This commit is contained in:
commit
b52dc5f69d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue