Skip to content

Commit

Permalink
Fixed function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 20, 2015
1 parent 8596d1f commit e5123e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Expand Up @@ -75,7 +75,7 @@ fi
# Build and upload a binary to S3.
echo "Deploying Travis binary $(rbx_release_name) for ${TRAVIS_OS_NAME}..."

"$(rbx_scripts)/package.sh" binary || fail "unable to build binary"
"$(rbx_script_path)/package.sh" binary || fail "unable to build binary"

declare -a paths os_releases versions

Expand Down

0 comments on commit e5123e3

Please sign in to comment.