Commit d7caa4e
fix(boost): conditional export and bash best practices for load-secrets.sh
- Guard BOOST_LLAMA_STACK_URL export with [[ -n ]] check so an empty
value does not override the localhost fallback in app-config.yaml
- Use [[ instead of [ for conditional tests (shellcheck/sonarcloud)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 107143c commit d7caa4e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments