Skip to content

Commit

Permalink
use the correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 5, 2014
1 parent ec70afe commit 7be58a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'open-uri'

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

if url
puts "Downloading #{url} to #{path}"
Expand Down

0 comments on commit 7be58a6

Please sign in to comment.