Skip to content

Commit

Permalink
discord only sends info
Browse files Browse the repository at this point in the history
  • Loading branch information
Luatan committed Feb 17, 2024
1 parent 88c7320 commit 17dbcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helper_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Log() {
DiscordMessage() {
local message="$1"
local level="$2"
if [ -n "$level" ]; then
if [ -z "$level" ]; then
level="info"
fi
if [ -n "${DISCORD_WEBHOOK_URL}" ]; then
Expand Down

0 comments on commit 17dbcb9

Please sign in to comment.