Skip to content

Commit

Permalink
Fix print typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Christenson II committed Dec 5, 2023
1 parent cb6db1b commit f24b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/scripts/test-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]]
Expand Down

0 comments on commit f24b664

Please sign in to comment.