Skip to content

Commit 7be58a6

Browse files
committed
use the correct path
1 parent ec70afe commit 7be58a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require 'open-uri'
66

77
url = @config['docker_url']
8-
path = "#{@config['paths']['mount']}/usr/local/sbin/docker"
8+
path = "#{@config['paths']['build']}/usr/local/sbin/docker"
99

1010
if url
1111
puts "Downloading #{url} to #{path}"

0 commit comments

Comments
 (0)