Skip to content

Commit

Permalink
termurin17: Fix extract_dir (ScoopInstaller/Java#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicedy committed Nov 1, 2023
1 parent b3b686b commit b8d3204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bucket/temurin17-jdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hash": "d1b2bb5a074ba33a0cf4e84aa558f7a563b827f999a71c8e47bdb0dd02af6b9c"
}
},
"extract_dir": "jdk-17.0.9+9.1",
"extract_dir": "jdk-17.0.9+9",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
Expand Down
2 changes: 1 addition & 1 deletion bucket/temurin17-jre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hash": "6c491d6f8c28c6f451f08110a30348696a04b009f8c58592191046e0fab1477b"
}
},
"extract_dir": "jdk-17.0.9+9.1-jre",
"extract_dir": "jdk-17.0.9+9-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
Expand Down

0 comments on commit b8d3204

Please sign in to comment.