Skip to content

Commit

Permalink
fix: scripts/run-agent.sh (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Aug 17, 2024
1 parent d3930a6 commit 072527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def to_args:
[ to_args ] | join(" ")
EOF
)"
args="$(echo "$tool_data" | jq -r "$jq_script")" || {
args="$(echo "$agent_data" | jq -r "$jq_script")" || {
die "Invalid JSON data"
}

Expand Down

0 comments on commit 072527f

Please sign in to comment.