We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ce532 commit d1f1dffCopy full SHA for d1f1dff
bin/git-sync-check.rb
@@ -31,7 +31,7 @@ def git(*cmd)
31
end
32
33
module Slack
34
- WEBHOOK_URL = File.read(File.expand_path('~git/config/slack-webhook-alerts'))
+ WEBHOOK_URL = File.read(File.expand_path('~git/config/slack-webhook-alerts')).chomp
35
36
class << self
37
def notify(message)
0 commit comments