remove dumb
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user