Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix next-repo initialization in CompUnitRepo::Local::Installation
  • Loading branch information
niner committed Oct 24, 2015
1 parent cf4233a commit 9e8ffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnitRepo/Local/Installation.pm
Expand Up @@ -2,7 +2,7 @@ class CompUnitRepo::Local::Installation does CompUnitRepo::Locally does CompUnit
has %!dists;
has $!cver = nqp::hllize(nqp::atkey(nqp::gethllsym('perl6', '$COMPILER_CONFIG'), 'version'));

submethod BUILD(:$!IO, :$!lock, :$!WHICH, :$next-repo) {
submethod BUILD(:$!IO, :$!lock, :$!WHICH, :$!next-repo) {
my $manifest := $!IO.child("MANIFEST");
my $abspath := $!IO.abspath;
%!dists{$abspath} = $manifest.e
Expand Down

0 comments on commit 9e8ffaa

Please sign in to comment.