We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46c0bba + d006766 commit a615a81Copy full SHA for a615a81
1 file changed
bin/run
@@ -7,7 +7,7 @@ set -o pipefail
7
BUILDPACK_DIR="$(cd "$(dirname "${0}")/.." && pwd)"
8
readonly BUILDPACK_DIR
9
10
-RUBY_DIR="/tmp/ruby"
+RUBY_DIR="/tmp/java-buildpack/ruby"
11
readonly RUBY_DIR
12
13
function util::config::lookup() {
0 commit comments