From f24b6644ddc66de1531f74af6bfe1307369e60d4 Mon Sep 17 00:00:00 2001 From: Michael Christenson II Date: Tue, 5 Dec 2023 13:49:01 -0500 Subject: [PATCH] Fix print typo --- test/integration/scripts/test-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scripts/test-cleanup.sh b/test/integration/scripts/test-cleanup.sh index e080e04c4..9b51d685b 100755 --- a/test/integration/scripts/test-cleanup.sh +++ b/test/integration/scripts/test-cleanup.sh @@ -16,7 +16,7 @@ function delete_resources { delete_resources "apps" "integration-test-app" "client_id" delete_resources "apis" "integration-test-api" "id" -print "\r\nGathering resource user_ids for users...\r\n" +printf "\r\nGathering resource user_ids for users...\r\n" # using the search command since users have no list command users=$( auth0 users search -q "*" --json --no-input | jq -r '.[] | select(.name | test("^integration-.+")) | .user_id' | tr '\n' ' ' ) if [[ $users ]]