Skip to content

Commit 3a85cf4

Browse files
Update mls_ruby_capistrano_slacker.rake
1 parent 4593337 commit 3a85cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/capistrano/tasks/mls_ruby_capistrano_slacker.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ end
210210

211211
namespace :load do
212212
task :defaults do
213-
set :mls_ruby_capistrano_slacker_webhook_url, -> { fail ':mls_ruby_capistrano_slacker_webhook_url is not set' }
213+
set :mls_ruby_capistrano_slacker_webhook_url, -> { 'example.com' }
214214
set :mls_ruby_github_url_to_the_project, '<https://github.com/MLSDev/mls_ruby_capistrano_slacker|mls_ruby_capistrano_slacker>'
215215
set :mls_ruby_github_mls_logo, 'https://avatars2.githubusercontent.com/u/1436035?s=50&v=4'
216216
set :mls_ruby_capistrano_slacker_post_release_description, false

0 commit comments

Comments
 (0)