Skip to content

Commit

Permalink
Fix incorrect env file generation in mastodon:setup
Browse files Browse the repository at this point in the history
Regression from mastodon#23012
  • Loading branch information
ClearlyClaire committed Jan 12, 2023
1 parent f4a6365 commit 7b020f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/mastodon.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b020f2

Please sign in to comment.