Skip to content

Commit

Permalink
Merge pull request #64 from SqrtNegInf/bug-fix
Browse files Browse the repository at this point in the history
branch references should be to "main"
  • Loading branch information
patrickbkr committed Dec 24, 2022
2 parents 990cde0 + 294f0bf commit e29fd2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/App/Rakubrew/Variables.pm
Expand Up @@ -68,7 +68,7 @@ our %impls = (
'moar-blead' => {
name => "moar-blead",
weight => 35,
configure => "$PERL5 Configure.pl --backends=moar --gen-moar=master --gen-nqp=master --make-install",
configure => "$PERL5 Configure.pl --backends=moar --gen-moar=main --gen-nqp=main --make-install",
need_repo => ['rakudo', 'nqp', 'MoarVM'],
},
);
Expand Down
2 changes: 1 addition & 1 deletion script/rakubrew
Expand Up @@ -157,7 +157,7 @@ The backend
=item *
C<moar-blead> is the moar and nqp backends at the master branch.
C<moar-blead> is the moar and nqp backends at the main branch.
=item *
Expand Down

0 comments on commit e29fd2b

Please sign in to comment.