File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ namespace :mls_ruby_capistrano_slacker do
123
123
# BEGINNING
124
124
#
125
125
task :notify_about_beginning do
126
- return if fetch ( :mls_ruby_capistrano_slacker_skip )
126
+ next if fetch ( :mls_ruby_capistrano_slacker_skip )
127
127
128
128
puts 'ⓂⓁⓈ-ⓉⒺⒸ [🛠] [mls_ruby_capistrano_slacker] :: [ℹ️] notify_about_beginning'
129
129
@@ -152,7 +152,7 @@ namespace :mls_ruby_capistrano_slacker do
152
152
# FAILED
153
153
#
154
154
task :notify_failed do
155
- return if fetch ( :mls_ruby_capistrano_slacker_skip )
155
+ next if fetch ( :mls_ruby_capistrano_slacker_skip )
156
156
157
157
puts 'ⓂⓁⓈ-ⓉⒺⒸ [🛠] [mls_ruby_capistrano_slacker] :: [ℹ️] notify_failed'
158
158
@@ -181,7 +181,7 @@ namespace :mls_ruby_capistrano_slacker do
181
181
# FINISHED
182
182
#
183
183
task :notify_finished do
184
- return if fetch ( :mls_ruby_capistrano_slacker_skip )
184
+ next if fetch ( :mls_ruby_capistrano_slacker_skip )
185
185
186
186
puts 'ⓂⓁⓈ-ⓉⒺⒸ [🛠] [mls_ruby_capistrano_slacker] :: [ℹ️] notify_finished'
187
187
You can’t perform that action at this time.
0 commit comments