core: Fix inverted conditional in GPG checking

This commit is contained in:
Colin Walters 2015-06-29 11:09:00 -04:00
parent 720e3b5f83
commit 536d6fb083
1 changed files with 1 additions and 1 deletions

View File

@ -1682,7 +1682,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
pull_data->start_time = g_get_monotonic_time (); 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); pull_data->remote_name = g_strdup (remote_name_or_baseurl);
/* For compatibility with pull-local, don't gpg verify local /* For compatibility with pull-local, don't gpg verify local