From 725d159e443f3d4bb4bfb290d17c80b8d9d31da4 Mon Sep 17 00:00:00 2001 From: dbubel <50341559+dbubel@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:51:04 -0400 Subject: [PATCH] fix typo in template file (#1432) --- src/crewai/cli/templates/crew/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/templates/crew/main.py b/src/crewai/cli/templates/crew/main.py index 86beeeaca..a20125637 100644 --- a/src/crewai/cli/templates/crew/main.py +++ b/src/crewai/cli/templates/crew/main.py @@ -2,7 +2,7 @@ import sys from {{folder_name}}.crew import {{crew_name}}Crew -# This main file is intended to be a way for your to run your +# This main file is intended to be a way for you to run your # crew locally, so refrain from adding necessary logic into this file. # Replace with inputs you want to test with, it will automatically # interpolate any tasks and agents information