apkbuild-cpan: fix typo

This commit is contained in:
Iztok Fister Jr 2023-07-07 20:48:12 +00:00 committed by psykose
parent d4b2415fb1
commit 617df473b0
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ elsif ( $command eq "upgrade" ) {
do_depends( $moddata->{version}, $apkbuild );
}
else {
say "Up-to-data with CPAN";
say "Up-to-date with CPAN";
}
}
elsif ( $command eq "check" ) {