Skip to content

Commit

Permalink
missing cuotes
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 12, 2024
1 parent c2c3d36 commit 9e9ac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
async def pre_spawn_start(self, user, spawner):
auth_state = await user.get_auth_state()
print(AUTH_state:)
print("AUTH_state")
pprint.pprint(auth_state)
if not auth_state:
# user has no auth state
Expand Down

0 comments on commit 9e9ac55

Please sign in to comment.