Skip to content

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 18, 2012
1 parent 33f5fc9 commit f9bd7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/boxes/remote.rb
Expand Up @@ -12,7 +12,7 @@ def upload(source, destination)
puts "Uploading #{source} to #{relative_destination}"

STDOUT.sync = true
system("ssh travis@files.travis-ci.org 'mkdir -p #{relative_destination}'")
system("ssh travis@files.travis-ci.org 'mkdir -p #{destination}'")
system("rsync -avz --progress #{source} travis@files.travis-ci.org:#{relative_destination}")
end

Expand Down

0 comments on commit f9bd7fb

Please sign in to comment.