Skip to content

Commit

Permalink
grammar is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Dec 13, 2023
1 parent 7bacfc6 commit ab8d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/delete-unused-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def main(args):
logger.error("When not using the credentials file, you must specify a hub with the --hub_url argument.")
raise
else:
logger.debug(f"Checking for and deleting ORM users to delete on hub: {args.hub_url}")
logger.debug(f"Checking for and deleting ORM users on hub: {args.hub_url}")
token = os.environ["JUPYTERHUB_API_TOKEN"]
delete_users_from_hub(args.hub_url, token, args.inactive_since, args.dry_run)
elif args.credentials:
Expand Down

0 comments on commit ab8d33a

Please sign in to comment.