Skip to content

Commit

Permalink
(MAINT) Fix homebrew tap formula for adoptopenjdk10
Browse files Browse the repository at this point in the history
  • Loading branch information
austb authored and rbrw committed Nov 30, 2018
1 parent fb9893f commit a28df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/travisci/prep-os-essentials-for
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ case "$OSTYPE" in
;;
10)
brew tap AdoptOpenJDK/openjdk
brew install "adoptopenjdk-$jdk"
brew cask install "adopt$jdk"
;;
*)
echo "JDK version '$jdk' is not supported on Mac OSX"
Expand Down

0 comments on commit a28df96

Please sign in to comment.