src/repoman-fullest: fix pkgcheck invocation

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-12-24 23:09:05 +01:00
parent 917dd8f982
commit f8e53b113b
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ main() {
repoman --verbose manifest
repoman --verbose -Idx full
pkgcheckq --verbose scan
pkgcheck --verbose scan
}