Skip to content

Commit

Permalink
fix: stray parameter to _graal_updater_path
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Sep 2, 2023
1 parent b30c98f commit 526581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/graalvm_bindist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _graal_bindist_repository_impl(ctx):
output = "native-image-installer.jar",
)

cmd = _graal_updater_path(ctx, os)
cmd = _graal_updater_path(os)
bin_tail = ""
shell_tail = ""
if "windows" in os:
Expand Down

0 comments on commit 526581b

Please sign in to comment.