From 0c5b31a9cd0de491bf20f25f0a606943d6f4079c Mon Sep 17 00:00:00 2001 From: Kelly Ferrone <4399427+kferrone@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:37:15 -0700 Subject: [PATCH] Update src/duplo_resource/jit.py typo Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com> --- src/duplo_resource/jit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duplo_resource/jit.py b/src/duplo_resource/jit.py index 1992dd2..f6f1a48 100644 --- a/src/duplo_resource/jit.py +++ b/src/duplo_resource/jit.py @@ -55,7 +55,7 @@ def gcp(self, nocache: bool = None) -> dict: Get the GCP JWT token for the current user. This is the token that is used to authenticate with the GCP API. Example: Using for gcloud cli access - Here is how to set the needed enviornment variables for the gcloud cli. + Here is how to set the needed environment variables for the gcloud cli. ```sh for i in $(duploctl jit gcp -q '{CLOUDSDK_AUTH_ACCESS_TOKEN: Token, CLOUDSDK_CORE_PROJECT: ProjectId}' -o env); do export $i; done