7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-18 13:22:22 +00:00

Fix "android pullimage" command

This commit is contained in:
Régis Behmo 2019-03-06 16:43:20 +01:00
parent 70d2ef37d3
commit 976453c838
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest
- [Bugfix] Fix "android pullimage" command
- [Improvement] Do not upgrade images as part of quickstart
- [Bugfix] Fix USERID setup in development mode and various dev-related docs (#177)
## 3.0.6 (2019-02-26)

View File

@ -53,7 +53,7 @@ def release(root):
help="Pull the docker image"
)
@opts.root
def pullimage():
def pullimage(root):
utils.execute("docker", "pull", DOCKER_IMAGE)
def docker_run(root, *command):