Commit bd8a1b5
fix(check): add check to commands requiring BCS_FILE
The check command with --tier complete was failing with
"cat: '': No such file or directory" because BCS_FILE wasn't
being set. The check command was missing from the case statement
that initializes BCS_FILE for commands that need it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent d38ff26 commit bd8a1b5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4875 | 4875 | | |
4876 | 4876 | | |
4877 | 4877 | | |
4878 | | - | |
| 4878 | + | |
4879 | 4879 | | |
4880 | 4880 | | |
4881 | 4881 | | |
4882 | | - | |
| 4882 | + | |
4883 | 4883 | | |
4884 | 4884 | | |
4885 | 4885 | | |
| |||
0 commit comments