diff options
Diffstat (limited to 'src/update.c')
-rw-r--r-- | src/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index 72e8673..02dcb5c 100644 --- a/src/update.c +++ b/src/update.c @@ -49,7 +49,7 @@ static struct apk_applet apk_update = { .name = "update", .help = "Update repository indexes from all remote repositories", .open_flags = APK_OPENF_WRITE, - .forced_flags = APK_UPDATE_CACHE, + .forced_force = APK_FORCE_REFRESH, .main = update_main, }; |