summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.travis/webhook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/webhook.sh b/.travis/webhook.sh
index 49a9a471..cd41fc91 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/pokegold.sym" | head)"
+content="$("$root/tools/unnamed.py" "$root/pokegold.sym" | head -n 20)"
curl -H 'Content-Type: application/json' -X POST "$POKEGOLD_DISCORD_WEBHOOK_URL" -d@- << EOF
{