mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
fix typo (#5715)
This commit is contained in:
2
cli.py
2
cli.py
@@ -214,7 +214,7 @@ def agent():
|
|||||||
@agent.command()
|
@agent.command()
|
||||||
@click.argument("agent_name")
|
@click.argument("agent_name")
|
||||||
def create(agent_name):
|
def create(agent_name):
|
||||||
"""Create's a new agent with the agent name provieded"""
|
"""Create's a new agent with the agent name provided"""
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
|
|||||||
Reference in New Issue
Block a user