mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix missing 'fi' statement in GAIA benchmark scripts/run_infer.sh (#7465)
This commit is contained in:
parent
8b68d086f0
commit
0b3d15a4d7
@ -53,6 +53,7 @@ fi
|
||||
if [ -n "$AGENT_CONFIG" ]; then
|
||||
echo "AGENT_CONFIG: $AGENT_CONFIG"
|
||||
COMMAND="$COMMAND --agent-config $AGENT_CONFIG"
|
||||
fi
|
||||
|
||||
# Run the command
|
||||
eval $COMMAND
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user