From c0e5f7cb5bc530f566df3fea875620bdf4ca53e0 Mon Sep 17 00:00:00 2001 From: dbubel <50341559+dbubel@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:25:53 -0400 Subject: [PATCH] fix typo in template file --- 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 86beeeacab..a20125637d 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