mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
parent
4aad412b6a
commit
253b816a0a
@ -3,6 +3,7 @@
|
|||||||
## Latest
|
## Latest
|
||||||
|
|
||||||
- [Bugfix] Add missing template data to pypi package
|
- [Bugfix] Add missing template data to pypi package
|
||||||
|
- [Bugfix] Fix quickstart on Kubernetes (#164)
|
||||||
|
|
||||||
## 3.0.2 (2019-02-12)
|
## 3.0.2 (2019-02-12)
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ def quickstart(root):
|
|||||||
click.echo(fmt.title("Environment generation"))
|
click.echo(fmt.title("Environment generation"))
|
||||||
env.callback(root)
|
env.callback(root)
|
||||||
click.echo(fmt.title("Stopping any existing platform"))
|
click.echo(fmt.title("Stopping any existing platform"))
|
||||||
stop.callback(root)
|
stop.callback()
|
||||||
click.echo(fmt.title("Starting the platform"))
|
click.echo(fmt.title("Starting the platform"))
|
||||||
start.callback(root)
|
start.callback(root)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user