Skip to content

Commit

Permalink
Update src/duplo_resource/jit.py
Browse files Browse the repository at this point in the history
typo

Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
  • Loading branch information
kferrone and qodo-merge-pro[bot] authored Dec 3, 2024
1 parent bb853e8 commit 0c5b31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duplo_resource/jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c5b31a

Please sign in to comment.