Skip to content

Commit

Permalink
Fix inventory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Jan 20, 2025
1 parent a6486e3 commit 407c96a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/jvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ get_jdk_version() {
}

get_jdk_url() {
echo "Debug Marker"
# FIX RELATIVE PATH STUFF
jq <"inventory.json" \
jq <"${JVM_COMMON_DIR}/inventory.json" \
--arg raw_version_string "${1}" \
--arg default_distribution "zulu" \
--arg stack "${STACK}" \
Expand Down

0 comments on commit 407c96a

Please sign in to comment.