We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec70afe commit 7be58a6Copy full SHA for 7be58a6
scripts/docker.rb
@@ -5,7 +5,7 @@
5
require 'open-uri'
6
7
url = @config['docker_url']
8
-path = "#{@config['paths']['mount']}/usr/local/sbin/docker"
+path = "#{@config['paths']['build']}/usr/local/sbin/docker"
9
10
if url
11
puts "Downloading #{url} to #{path}"
0 commit comments