Skip to content

Commit f9bd7fb

Browse files
Correct path
1 parent 33f5fc9 commit f9bd7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/travis/boxes/remote.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def upload(source, destination)
1212
puts "Uploading #{source} to #{relative_destination}"
1313

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

0 commit comments

Comments
 (0)