Commit afbb997
committed
fix(run_local): make shellcheck clean (CI lint was red)
The CI lint job (shellcheck) failed on three info-level findings in run_local.sh
(pre-existing since the run_engine rewrite): SC2030/SC2031 from re-exporting
OPENROUTER_API_KEY inside run_engine's subshell, and SC2015 from the
A && B && C || {…} precondition. Drop the redundant key re-export (it's inherited
from the env) and rewrite the precondition as an if. shellcheck now passes.1 parent 50d7444 commit afbb997
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments