Skip to content

Commit

Permalink
Merge pull request #4063 from Leont/compunit-which
Browse files Browse the repository at this point in the history
Construct CUR::Distribution correctly in CU!WHICH
  • Loading branch information
niner committed Nov 28, 2020
2 parents d37906d + 7d0813c commit 2a44729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/CompUnit.pm6
Expand Up @@ -32,7 +32,7 @@ class CompUnit {
nqp::push_s($parts,$!auth) if $!auth;
nqp::push_s($parts,$!distribution
?? CompUnit::Repository::Distribution.new(
:dist($!distribution),
$!distribution,
:repo($!repo-id)
).Str
!! $!repo-id
Expand Down

0 comments on commit 2a44729

Please sign in to comment.