Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -65,9 +65,9 @@ if [[ $RVM == "rbx-2" ]]; then
bucket="rubinius-binaries-rubinius-com"

if [[ $TRAVIS_OS_NAME == linux ]]; then
path="ubuntu/12.04/x86_64/"
path="/ubuntu/12.04/x86_64/"
else
path="osx/10.9/x86_64/"
path="/osx/10.9/x86_64/"
fi

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

0 comments on commit 2b89696

Please sign in to comment.