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