Skip to content

Commit

Permalink
fix: slack scripts do not handle messages correctly (close #250)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jun 30, 2021
1 parent 94313b9 commit c27cf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/slack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ notify_slack() {
}

notify_slack_good() {
notify_slack $1 good
notify_slack "$1" good
}

notify_slack_danger() {
notify_slack $1 danger
notify_slack "$1" danger
}


0 comments on commit c27cf87

Please sign in to comment.