Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Mar 22, 2023
1 parent 195155f commit 3457241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/cilogon_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def persist_client_credentials_in_config_file(client, hub_type, config_filename)

if hub_type == "daskhub":
auth_config["basehub"] = jupyterhub_config
elif hub_type == "hub_type":
elif hub_type == "binderhub":
auth_config["binderhub"] = jupyterhub_config
else:
auth_config = jupyterhub_config
Expand Down

0 comments on commit 3457241

Please sign in to comment.