From 80971fd067535eb032a21452ebd081c9ba6ffad2 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:02:35 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Correct=20key=20for=20nam?= =?UTF-8?q?espace=20in=20tasks.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 8004338f3..4467ea05f 100644 --- a/tasks.py +++ b/tasks.py @@ -27,7 +27,7 @@ def is_truthy(arg): namespace = Collection("nautobot_docker_compose") namespace.configure( { - "nautobot-docker-compose": { + "nautobot_docker_compose": { "project_name": "nautobot_docker_compose", "python_ver": "3.8", "local": False,