remove dumb
This commit is contained in:
@@ -40,7 +40,7 @@ class Composer:
|
|||||||
services = []
|
services = []
|
||||||
|
|
||||||
def __init__(self, remote_url):
|
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.repo = Repo.init("store/stack")
|
||||||
self._add_remote(remote_url)
|
self._add_remote(remote_url)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user