diff --git a/composer/agent.py b/composer/agent.py index 79c1f40..728086c 100644 --- a/composer/agent.py +++ b/composer/agent.py @@ -40,7 +40,7 @@ class Composer: services = [] def __init__(self, remote_url): - if (not Path("store/stack/compose.yml").exists()) or (not Path("store/stack/.git").exists()): + if not Path("store/stack/.git").exists(): self.repo = Repo.init("store/stack") self._add_remote(remote_url) else: