Commit 3158069
committed
Address shellcheck notices in nancy run.sh
SC2292: use \`[[ ]]\` instead of \`[ ]\` for the bash conditional.
SC2250: brace the variable references on the username/token args.
Trunk Check (threshold: trunk=high) escalates shellcheck notices to
failures, so the bash gating block Eli added in b35325e is breaking
Trunk Check across the PR.1 parent b35325e commit 3158069
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
0 commit comments