Commit 6234752
ci: shellcheck SC1007 in flashpaste-logs.sh
`CYN= YEL= MAG= DIM= OFF= BOLD=` (with spaces between bare `=`) reads
to shellcheck as five env-prefixed commands rather than empty-string
assignments. The non-TTY branch was intentionally clearing all six
color variables; rewrite as `CYN='' YEL='' ...` so the intent matches
the syntax.
Pure CI fix on top of v1.23 — no behavior change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 44df2ff commit 6234752
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments