corrected a single parenthesis
This commit is contained in:
parent
febb4b3be7
commit
ee4dc7c230
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -10,7 +10,7 @@ def main():
|
||||||
start: start one specific service or all services at once;
|
start: start one specific service or all services at once;
|
||||||
stop: stop one specific service or all services at once;
|
stop: stop one specific service or all services at once;
|
||||||
shell: run a shell in an existing service;
|
shell: run a shell in an existing service;
|
||||||
karaf: run a karaf shell in an existing service (only useful for openHAB;
|
karaf: run a karaf shell in an existing service (only useful for openHAB);
|
||||||
down: stop all services and delete their pods""")
|
down: stop all services and delete their pods""")
|
||||||
|
|
||||||
if "REPO" in os.environ:
|
if "REPO" in os.environ:
|
||||||
|
|
Loading…
Add table
Reference in a new issue