Skip to content

Commit 33a8449

Browse files
committed
fix(gemini): fix syntax and final polish for auth settings
1 parent 80fae75 commit 33a8449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/lib/src/core/templates-entrypoint

packages/lib/src/core/templates-entrypoint/gemini.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5050
docker_git_link_gemini_file "$GEMINI_CONFIG_DIR/.api-key" "$GEMINI_HOME_DIR/.api-key"
5151
docker_git_link_gemini_file "$GEMINI_CONFIG_DIR/.env" "$GEMINI_HOME_DIR/.env"
5252
@@ -174,7 +174,7 @@ EOF
174174
chmod 0644 "$GEMINI_PROFILE" || true
175175
176176
docker_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:-}"
178178
docker_git_upsert_ssh_env "GEMINI_CLI_DISABLE_UPDATE_CHECK" "true"
179179
docker_git_upsert_ssh_env "GEMINI_CLI_NONINTERACTIVE" "true"`
180180

0 commit comments

Comments
 (0)