From 78927884c01e982ee71454ca480e84cef4f933a0 Mon Sep 17 00:00:00 2001 From: Sage Date: Tue, 20 Jan 2026 16:59:00 +0000 Subject: [PATCH] Add project id --- modules/home/terminal/hr/hr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/terminal/hr/hr.sh b/modules/home/terminal/hr/hr.sh index f4f6f8b..cefeded 100644 --- a/modules/home/terminal/hr/hr.sh +++ b/modules/home/terminal/hr/hr.sh @@ -40,6 +40,7 @@ if [ "$1" = "py" ] && [ "$2" = "init" ]; then # We use the named index "google" defined in uv.toml env.UV_INDEX_GOOGLE_USERNAME = "oauth2accesstoken"; + env.PROJECT_ID = "mk2-test"; enterShell = '' if ! gcloud auth print-access-token >/dev/null 2>&1; then