dockly 1.4.7 → 1.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,7 +73,7 @@ class Dockly::BuildCache::Docker < Dockly::BuildCache::Base
73
73
  container = image.run(["/bin/bash", "-lc", "cd #{command_directory} && #{command}"])
74
74
  container.attach { |source,chunk| resp += chunk }
75
75
  status = container.wait['StatusCode']
76
- debug "`#{command}` exited with status #{status}, resulting container id: #{conatiner.id}"
76
+ debug "`#{command}` exited with status #{status}, resulting container id: #{container.id}"
77
77
  [status, resp.strip, container]
78
78
  end
79
79
  end
@@ -1,3 +1,3 @@
1
1
  module Dockly
2
- VERSION = '1.4.7'
2
+ VERSION = '1.4.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: