diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fetch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fetch.c b/src/fetch.c index 81d4449..4189ce1 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -346,8 +346,7 @@ static struct apk_applet apk_fetch = { .name = "fetch", .help = "Download PACKAGEs from global repositories to a local directory", .arguments = "PACKAGE...", - .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE | - APK_OPENF_NO_INSTALLED_REPO, + .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE, .context_size = sizeof(struct fetch_ctx), .optgroups = { &optgroup_global, &optgroup_applet }, .main = fetch_main, |