Skip to content

Commit

Permalink
add quote and new screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
amiorin committed Jul 11, 2016
1 parent 1e1f34f commit bc9aca3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
@@ -1,4 +1,4 @@
FROM amiorin:alpine-blaz
FROM amiorin/alpine-blaz

COPY . /tmp/blaz
RUN pip2 install /tmp/blaz && \
Expand Down
Binary file modified blaz.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion blaz.py
Expand Up @@ -129,7 +129,7 @@ def _docker_run(self):
--volume={0.docker_exe}:{0.docker_exe}
--volume={0.docker_sock}:{0.docker_sock}
{0.image}
{0.dir}/{0.script} {0.argv}
"{0.dir}/{0.script}" {0.argv}
'''
cmd = '\n '.join([x.strip() + ' \\' for x in cmd.split('\n') if
x.strip() is not ''])[:-2]
Expand Down
2 changes: 1 addition & 1 deletion version.py
@@ -1 +1 @@
__version__ = "0.0.23"
__version__ = "0.0.24"

0 comments on commit bc9aca3

Please sign in to comment.