Skip to content

Commit

Permalink
Fix db:encryption:init requiring ActiveRecord encryption variables …
Browse files Browse the repository at this point in the history
…to be set (mastodon#30202)
  • Loading branch information
ClearlyClaire authored and Ember-ruby committed May 20, 2024
1 parent 8fa6a33 commit 81c579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/db.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Rake::Task['db:encryption:init'].clear
namespace :db do
namespace :encryption do
desc 'Generate a set of keys for configuring Active Record encryption in a given environment'
task init: :environment do
task :init do # rubocop:disable Rails/RakeEnvironment
puts <<~MSG
Add these environment variables to your Mastodon environment:#{' '}
Expand Down

0 comments on commit 81c579b

Please sign in to comment.