Skip to content

Commit

Permalink
load the index on an update check. (no choice)
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Mar 30, 2024
1 parent 9eb3e86 commit 4a9722c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mport/mport.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ main(int argc, char *argv[])
if (argc > 1) {
if (!strcmp(argv[1], "updates") || !strcmp(argv[1], "up")) {
opts.update = true;
loadIndex(mport);
} else if (!strcmp(argv[1], "prime")) {
opts.prime = true;
} else {
Expand Down

0 comments on commit 4a9722c

Please sign in to comment.