mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
Fix "android pullimage" command
This commit is contained in:
parent
70d2ef37d3
commit
976453c838
@ -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)
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user