about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-01-13 10:31:52 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-01-13 10:31:52 +0100
commitb52dc5f69d27ce2fcc84b3929840f2d8704ae48a (patch)
tree98641aa5df145b1a025ff29940c2d8814f6b7b2f /lib
parent598888a7c45a5ccbf7debfc0cdc630232b9cfce6 (diff)
parenta3a5aa159783c7361771a32b97030f05fb40e574 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/mastodon.rake2
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