Commit 7bb01ed9 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix codestyle

parent 0688fc92
...@@ -44,7 +44,7 @@ namespace :geo do ...@@ -44,7 +44,7 @@ namespace :geo do
end end
desc 'Display database encryption key' desc 'Display database encryption key'
task :show_encryption_key => :environment do task show_encryption_key: :environment do
puts Rails.application.secrets.db_key_base puts Rails.application.secrets.db_key_base
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment