From 9e9ac5577e00664475822da9b90e4d3c25322185 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Tue, 12 Nov 2024 15:14:11 +0100 Subject: [PATCH] missing cuotes --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index 4ede6ba..eae103d 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -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