Merge pull request #3616 from refi64/remote-add-seg

remote-add: Don't make the repo existence optional
This commit is contained in:
Matthew Leeds
2020-06-05 13:25:10 -07:00
committed by GitHub

View File

@@ -287,7 +287,7 @@ flatpak_builtin_remote_add (int argc, char **argv,
g_option_context_add_main_entries (context, common_options, NULL);
if (!flatpak_option_context_parse (context, add_options, &argc, &argv,
FLATPAK_BUILTIN_FLAG_ONE_DIR | FLATPAK_BUILTIN_FLAG_OPTIONAL_REPO,
FLATPAK_BUILTIN_FLAG_ONE_DIR,
&dirs, cancellable, error))
return FALSE;