diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-01-13 10:31:52 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-01-13 10:31:52 +0100 |
commit | b52dc5f69d27ce2fcc84b3929840f2d8704ae48a (patch) | |
tree | 98641aa5df145b1a025ff29940c2d8814f6b7b2f /lib | |
parent | 598888a7c45a5ccbf7debfc0cdc630232b9cfce6 (diff) | |
parent | a3a5aa159783c7361771a32b97030f05fb40e574 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/mastodon.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/mastodon.rake b/lib/tasks/mastodon.rake index cd6d1bcab..32040feec 100644 --- a/lib/tasks/mastodon.rake +++ b/lib/tasks/mastodon.rake @@ -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 |