Commit 756bb5a
committed
fix: correct CLAUDE_CODE_USE_VERTEX check to match documentation
According to Claude Code docs, the env variable should be checked for value '1', not 'true'
Reference: https://docs.anthropic.com/en/docs/claude-code/google-vertex-ai#4-configure-claude-code1 parent b1ad2d5 commit 756bb5a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments