7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 08:52:34 +00:00

Fix k8s quickstart

Close #164
This commit is contained in:
Régis Behmo 2019-02-12 09:11:38 +01:00
parent 4aad412b6a
commit 253b816a0a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Latest
- [Bugfix] Add missing template data to pypi package
- [Bugfix] Fix quickstart on Kubernetes (#164)
## 3.0.2 (2019-02-12)

View File

@ -24,7 +24,7 @@ def quickstart(root):
click.echo(fmt.title("Environment generation"))
env.callback(root)
click.echo(fmt.title("Stopping any existing platform"))
stop.callback(root)
stop.callback()
click.echo(fmt.title("Starting the platform"))
start.callback(root)