Skip to content

Commit

Permalink
Removed obsolete documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris van den Dries committed Jul 24, 2024
1 parent 7aaa958 commit 4cd1871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notify/teams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ teams_send() {
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped
_debug "_statusCode" "$_statusCode"

_color_success="Good" # green
_color_danger="Attention" # red
_color_muted="Accent" # gray
_color_success="Good"
_color_danger="Attention"
_color_muted="Accent"

TEAMS_WEBHOOK_URL="${TEAMS_WEBHOOK_URL:-$(_readaccountconf_mutable TEAMS_WEBHOOK_URL)}"
if [ -z "$TEAMS_WEBHOOK_URL" ]; then
Expand Down

0 comments on commit 4cd1871

Please sign in to comment.