From 1559b5dfdd414555a6e3522bc09878d516d5b308 Mon Sep 17 00:00:00 2001 From: bsenst Date: Thu, 19 Oct 2023 12:05:20 +0200 Subject: [PATCH] fix typo (#5715) --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index f1051890ea..7b85a8ef7d 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