Skip to content

Commit e5123e3

Browse files
committedDec 20, 2015
Fixed function name.
1 parent 8596d1f commit e5123e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
# Build and upload a binary to S3.
7676
echo "Deploying Travis binary $(rbx_release_name) for ${TRAVIS_OS_NAME}..."
7777

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

8080
declare -a paths os_releases versions
8181

0 commit comments

Comments
 (0)
Please sign in to comment.