Skip to content

Commit

Permalink
chore: fix graalvm script
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jun 22, 2024
1 parent c890fcc commit 706fb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/graalvm-ce-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
sdkman_id="graalvm-ce-dev"
echo "Installing $jdk_dir ..."
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk rm java "$sdkman_id"
sdk rm java "$sdkman_id" || true
sdk i java "$sdkman_id" "$jdk_dir/Contents/Home"
popd >/dev/null

Expand Down

0 comments on commit 706fb52

Please sign in to comment.