fix: scripts/run-agent.sh (#96)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user