Skip to content

Commit

Permalink
pkgadmin: Fix typo '.' -> ','
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 14, 2019
1 parent 86e970a commit b2fb618
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 @@ -93,7 +93,7 @@ sub update {
'--delete',
'--mkdir',
'--exclude','./build',
'--exclude'.'./build.tar*',
'--exclude','./build.tar*',
'--nice',
"/package/pkg/$pkg","$PKGDIR/$pkg.INCOMING"
);
Expand Down

0 comments on commit b2fb618

Please sign in to comment.