Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Oct 18, 2024
1 parent 6695e30 commit c2b417e
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 @@ -67,7 +67,7 @@ def is_truthy(arg):


def _is_compose_included(context, name):
return f"docker-compose.{name}.yml" in context.{{cookiecutter.plugin_name}}.compose_files
return f"docker-compose.{name}.yml" in context.nautobot_device_lifecycle_mgmt.compose_files


def _await_healthy_service(context, service):
Expand Down

0 comments on commit c2b417e

Please sign in to comment.