Skip to content

Commit

Permalink
fix: invalid bin path for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed May 28, 2024
1 parent 8e6dd9a commit f02c023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openjdk-17/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:
- target: [darwin_x64, darwin_arm64]
files:
openjdk-17.0.2.tar.gz: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_macos-x64_bin.tar.gz
bin: jdk-17.0.2/bin/java
bin: jdk-17.0.2.jdk/Contents/Home/bin/java

- target: linux
files:
Expand Down

0 comments on commit f02c023

Please sign in to comment.