Browse Source

Merge branch 'main' into glitch-soc/merge-upstream

closed-social-glitch-2
Claire 1 year ago
parent
commit
b52dc5f69d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/tasks/mastodon.rake

+ 1
- 1
lib/tasks/mastodon.rake 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

Loading…
Cancel
Save