Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Define correct task to define the Slackistrano defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler authored Sep 21, 2018
1 parent 51bf0df commit 3367723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/wearerequired/tasks/slackistrano.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace :slackistrano do
task :defaults do
set_if_empty :slackistrano, false
end
before 'slack:deploy', 'slackistrano:defaults'
before 'deploy', 'slackistrano:defaults'
end

0 comments on commit 3367723

Please sign in to comment.