Skip to content

Commit a615a81

Browse files
Merge pull request #1012 from cloudfoundry/namespace-bootstrap-ruby
Install bootstrapped Ruby into java-buildpack specific location
2 parents 46c0bba + d006766 commit a615a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o pipefail
77
BUILDPACK_DIR="$(cd "$(dirname "${0}")/.." && pwd)"
88
readonly BUILDPACK_DIR
99

10-
RUBY_DIR="/tmp/ruby"
10+
RUBY_DIR="/tmp/java-buildpack/ruby"
1111
readonly RUBY_DIR
1212

1313
function util::config::lookup() {

0 commit comments

Comments
 (0)