summaryrefslogtreecommitdiff
path: root/.travis/webhook.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/webhook.sh')
-rwxr-xr-x.travis/webhook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/webhook.sh b/.travis/webhook.sh
index e50f3c29..c19a321b 100755
--- a/.travis/webhook.sh
+++ b/.travis/webhook.sh
@@ -4,7 +4,7 @@ set -e
root="$(readlink -e "$(dirname "$0")/..")"
# Report unnamed symbols
-content="$("$root/tools/unnamed.py" -r "$root" "$root/pokered.sym" | head)"
+content="$("$root/tools/unnamed.py" -r "$root" "$root/pokeyellow.sym" | head)"
curl -H 'Content-Type: application/json' -X POST "$POKERED_DISCORD_WEBHOOK_URL" -d@- << EOF
{