Skip to content

Commit

Permalink
Merge pull request #77 from nautobot/patch-fix_76
Browse files Browse the repository at this point in the history
Fix Invoke Build
  • Loading branch information
jvanderaa authored Jun 27, 2024
2 parents 553a546 + 80971fd commit e850c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e850c09

Please sign in to comment.