Skip to content

Commit 2b89696

Browse files
committed
Fixed path for binary deploys.
1 parent 4dee847 commit 2b89696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ if [[ $RVM == "rbx-2" ]]; then
6565
bucket="rubinius-binaries-rubinius-com"
6666

6767
if [[ $TRAVIS_OS_NAME == linux ]]; then
68-
path="ubuntu/12.04/x86_64/"
68+
path="/ubuntu/12.04/x86_64/"
6969
else
70-
path="osx/10.9/x86_64/"
70+
path="/osx/10.9/x86_64/"
7171
fi
7272

7373
rbx_upload_files "$bucket" "$release_name" "$path"

0 commit comments

Comments
 (0)