remove dumb

This commit is contained in:
2025-12-31 21:03:12 -08:00
parent 9379545db4
commit 2cdb147e22

View File

@@ -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: