Fixing launch.

This commit is contained in:
Filipi Fuchter
2025-11-27 22:29:25 -03:00
parent fe68b27559
commit 9c9e328d67

View File

@@ -10,7 +10,7 @@ if [ ! -f ".env" ]; then
fi
# Start building the agentcore launch command
LAUNCH_CMD="agentcore launch"
LAUNCH_CMD="agentcore launch --auto-update-on-conflict"
echo "Loading environment variables from .env file..."