Skip to content

Commit aa84f8f

Browse files
committed
Add a suffix for disambiguation
1 parent 62e06d5 commit aa84f8f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

hooks/post-receive-pre.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log "args: $*"
1919
# git remote update; git push github
2020

2121
# log "==> notify slack"
22-
# "${ruby_commit_hook}/bin/notify-slack.rb" $*
22+
# "${ruby_commit_hook}/bin/notify-slack-commits.rb" $*
2323

2424
# log "==> commit-email.rb"
2525
# "${ruby_commit_hook}/bin/commit-email.rb" \

hooks/post-receive.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log "SVN_ACCOUNT_NAME: ${SVN_ACCOUNT_NAME:-}"
1919
log "args: $*"
2020

2121
log "==> notify slack"
22-
"${ruby_commit_hook}/bin/notify-slack.rb" $*
22+
"${ruby_commit_hook}/bin/notify-slack-commits.rb" $*
2323

2424
log "==> commit-email.rb"
2525
"${ruby_commit_hook}/bin/commit-email.rb" \

0 commit comments

Comments
 (0)