mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 01:00:25 +00:00
fix: handle empty args array in pi-test.sh
This commit is contained in:
parent
579a77493a
commit
9c0c09e1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -53,4 +53,4 @@ if [[ "$NO_ENV" == "true" ]]; then
|
|||
echo "Running without API keys..."
|
||||
fi
|
||||
|
||||
npx tsx "$SCRIPT_DIR/packages/coding-agent/src/cli.ts" "${ARGS[@]}"
|
||||
npx tsx "$SCRIPT_DIR/packages/coding-agent/src/cli.ts" ${ARGS[@]+"${ARGS[@]}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue