aboutsummaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorGravatar bsenst <benjamin.senst@gmail.com> 2023-10-19 12:05:20 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-19 12:05:20 +0200
commit1559b5dfdd414555a6e3522bc09878d516d5b308 (patch)
treefdc537a30d8e123e1ae20f1da9b3d4858db2f601 /cli.py
parenttypo Heisenberg.json (#5720) (diff)
downloadAuto-GPT-1559b5dfdd414555a6e3522bc09878d516d5b308.tar.gz
Auto-GPT-1559b5dfdd414555a6e3522bc09878d516d5b308.tar.bz2
Auto-GPT-1559b5dfdd414555a6e3522bc09878d516d5b308.zip
fix typo (#5715)
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index f1051890e..7b85a8ef7 100644
--- a/cli.py
+++ b/cli.py
@@ -214,7 +214,7 @@ def agent():
@agent.command()
@click.argument("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 re
import shutil