Skip to content

Commit

Permalink
fix typo in template file (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbubel authored Oct 14, 2024
1 parent ef21da1 commit 725d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewai/cli/templates/crew/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 725d159

Please sign in to comment.