Skip to content

Commit

Permalink
Move rake task dependency from namespace to task
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Dec 27, 2017
1 parent dce43e6 commit 253f8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cert_watch/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module Tasks
extend Rake::DSL

namespace :cert_watch do
namespace reinstall: :environment do
namespace :reinstall do
desc 'Rewrite certificate files from database contents.'
task :all do
task all: :environment do
Certificate.installed.each(&:install)
end
end
Expand Down

0 comments on commit 253f8a4

Please sign in to comment.