Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pkgadmin: Switch from pmirror to cmirror
  • Loading branch information
donald committed Jan 1, 2023
1 parent c02a7e5 commit 0e0581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgadmin/pkgadmin
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 0e0581b

Please sign in to comment.