Skip to content

Commit

Permalink
change cpm branch: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Aug 2, 2022
1 parent bef20db commit c5ad68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ sub run_command_install_cpanm {
sub run_command_install_cpm {
my ($self) = @_;
$self->do_install_program_from_url( 'https://raw.githubusercontent.com/skaji/cpm/master/cpm' => 'cpm' );
$self->do_install_program_from_url( 'https://raw.githubusercontent.com/skaji/cpm/main/cpm' => 'cpm' );
}
sub run_command_self_upgrade {
Expand Down

0 comments on commit c5ad68a

Please sign in to comment.