From 9c9e328d67f26f059d4a4e95082b34c5573a672b Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Thu, 27 Nov 2025 22:29:25 -0300 Subject: [PATCH] Fixing launch. --- examples/aws-agentcore/scripts/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-agentcore/scripts/launch.sh b/examples/aws-agentcore/scripts/launch.sh index bcbeed795..5a90e86d1 100755 --- a/examples/aws-agentcore/scripts/launch.sh +++ b/examples/aws-agentcore/scripts/launch.sh @@ -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..."