correct bug

This commit is contained in:
Sam 2015-04-15 14:17:42 +10:00
parent 7b3345bacc
commit 6171da53db
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ end
def build(path)
lines = run("cd #{path} && docker build --nocache .")
lines = run("cd #{path} && docker build --no-cache .")
lines[-1]["successfully built ".length..-1].strip
end