File tree Expand file tree Collapse file tree
packages/lib/src/core/templates-entrypoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ docker_git_link_gemini_file() {
4646 ln -sfn "$source_path" "$link_path" || true
4747}
4848
49- # Link .api-key, .env, and .gemini directory from central auth storage to container home
49+ # Link .api-key and .env from central auth storage to container home
5050docker_git_link_gemini_file "$GEMINI_CONFIG_DIR/.api-key" "$GEMINI_HOME_DIR/.api-key"
5151docker_git_link_gemini_file "$GEMINI_CONFIG_DIR/.env" "$GEMINI_HOME_DIR/.env"
5252
174174chmod 0644 "$GEMINI_PROFILE" || true
175175
176176docker_git_upsert_ssh_env "GEMINI_AUTH_LABEL" "$GEMINI_AUTH_LABEL"
177- docker_git_upsert_ssh_env "GEMINI_API_KEY" "${ GEMINI_API_KEY :- } "
177+ docker_git_upsert_ssh_env "GEMINI_API_KEY" "\ ${GEMINI_API_KEY:-}"
178178docker_git_upsert_ssh_env "GEMINI_CLI_DISABLE_UPDATE_CHECK" "true"
179179docker_git_upsert_ssh_env "GEMINI_CLI_NONINTERACTIVE" "true"`
180180
You can’t perform that action at this time.
0 commit comments