From d7eee153526527fe7367084fdd3e8adb4e8167c5 Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Sat, 23 Dec 2023 12:36:30 -0800 Subject: [PATCH] @ --- support/current-pr-labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/current-pr-labels.sh b/support/current-pr-labels.sh index 365edfe23..a8903f6d5 100755 --- a/support/current-pr-labels.sh +++ b/support/current-pr-labels.sh @@ -7,7 +7,7 @@ module_name="$1" gh_api() { path="$1"; shift echo "ABOUT TO REQUEST https://api.github.com/$path" >&2 - echo "GITHUB_TOKEN length: $(echo "$GITHUB_TOKEN" | wc -c)" + echo "GITHUB_TOKEN length: $(echo -n "$GITHUB_TOKEN" | wc -c)" >&2 token_args=() if [ -n "${GITHUB_TOKEN}" ]; then