Skip to content

Commit

Permalink
Merge pull request #290 from mariux64/switch-pkgadmin-to-cmirror
Browse files Browse the repository at this point in the history
pkgadmin: Switch from pmirror to cmirror
  • Loading branch information
donald authored Jan 1, 2023
2 parents c02a7e5 + 0e0581b commit aeb6605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgadmin/pkgadmin
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sub update {
-d "$PKGDIR/$pkg" and next;
-d "/package/pkg/$pkg" or next;
sys(
'pmirror',
'cmirror',
'--allowremotefs',
'--delete',
'--mkdir',
Expand Down

0 comments on commit aeb6605

Please sign in to comment.