Claire
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|