Skip to content

Commit

Permalink
fix typo by setting region
Browse files Browse the repository at this point in the history
  • Loading branch information
3cham committed Feb 26, 2024
1 parent 3264ce3 commit dbb9fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gcp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def set_default_quota_project(project: str):

def set_default_region(region: str):

logger.info(f'set default project to: {region}')
logger.info(f'set default region to: {region}')
return shell.run(f"gcloud config set compute/region {region}", timeout=5)

0 comments on commit dbb9fa4

Please sign in to comment.