We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619b02a commit 0a129d7Copy full SHA for 0a129d7
lib/capistrano/tasks/mls_ruby_capistrano_slacker.rake
@@ -125,7 +125,7 @@ namespace :mls_ruby_capistrano_slacker do
125
task :notify_about_beginning do
126
next if fetch(:mls_ruby_capistrano_slacker_skip)
127
128
- next if fetch(:mls_ruby_capistrano_slacker_notify_about_beginning)
+ next unless fetch(:mls_ruby_capistrano_slacker_notify_about_beginning)
129
130
puts 'ⓂⓁⓈ-ⓉⒺⒸ [🛠] [mls_ruby_capistrano_slacker] :: [ℹ️] notify_about_beginning'
131
0 commit comments