This commit is contained in:
2018-09-30 05:14:35 -04:00
parent 3e0d7efcd5
commit 3cb48e14fa
+1 -1
View File
@@ -171,7 +171,7 @@ def watch(fork=True, buildpacks=False, apps=False, logger=None):
if fork:
subprocesses = []
for t in ("apps", "buildpacks"):
cmd = "bruce-operator watch --{t}"
cmd = f"bruce-operator watch --{t}"
logger.info(f"Running $ {cmd} in the background.")
c = delegator.run(cmd, block=False)
subprocesses.append(c)