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..."