refactor: Remove stale shellcheck disable comment from aws/kilocode.sh (#2125)

The SC2154 (referenced but not assigned) comment was leftover from a
prior version of the script. No such external variable is referenced in
the current implementation, making the suppression comment stale.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
A 2026-03-02 17:40:14 -08:00 committed by GitHub
parent f7b3bc91c9
commit ffe4cf8c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.12.4",
"version": "0.12.5",
"type": "module",
"bin": {
"spawn": "cli.js"