xbps-repo: typo build fix.
This commit is contained in:
parent
981b13bd5a
commit
992aeeee4a
@ -267,7 +267,7 @@ main(int argc, char **argv)
|
||||
|
||||
rv = repo_genindex(argv[1]);
|
||||
if (rv == 0)
|
||||
rv = repo_genindex_files(argv[1])
|
||||
rv = repo_genindex_files(argv[1]);
|
||||
|
||||
} else if (strcasecmp(argv[0], "sync") == 0) {
|
||||
/* Syncs the pkg index for all registered remote repos */
|
||||
|
Loading…
Reference in New Issue
Block a user