Skip to content

Commit

Permalink
fixup! repo: Add OstreeRepoRemoteChange replace operation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbnicholson committed Jan 10, 2019
1 parent 4d0a43e commit d010d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libostree/ostree-repo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,7 @@ impl_repo_remote_replace (OstreeRepo *self,
g_propagate_error (error, g_steal_pointer (&local_error));
return FALSE;
}
g_clear_error (&local_error);
if (!impl_repo_remote_add (self, sysroot, FALSE, name, url, options,
cancellable, error))
return FALSE;
Expand Down

0 comments on commit d010d5f

Please sign in to comment.