Skip to content

Commit

Permalink
fix: default value for distribution
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 1, 2023
1 parent e55e0e4 commit 5cf1c7a
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 @@ -265,7 +265,7 @@ def _graal_bindist_repository_impl(ctx):
"oracle": "oracle",
"gvm": "oracle",
}
dist_name = dist_names[ctx.attr.distribution]
dist_name = dist_names[distribution]
if not dist_name:
fail("Cannot find distribution name for GraalVM: " + ctx.attr.distribution)

Expand Down

0 comments on commit 5cf1c7a

Please sign in to comment.