From 536d6fb083c5e7eb862cc8fe23a739bebf2962ea Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 29 Jun 2015 11:09:00 -0400 Subject: [PATCH] core: Fix inverted conditional in GPG checking --- src/libostree/ostree-repo-pull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 29b72bf4..ff5bd3bc 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -1682,7 +1682,7 @@ ostree_repo_pull_with_options (OstreeRepo *self, pull_data->start_time = g_get_monotonic_time (); - if (!_ostree_repo_remote_name_is_file (remote_name_or_baseurl)) + if (_ostree_repo_remote_name_is_file (remote_name_or_baseurl)) { pull_data->remote_name = g_strdup (remote_name_or_baseurl); /* For compatibility with pull-local, don't gpg verify local