Skip to content

Commit

Permalink
fixup! upgrade: Add support for --pull-only and --deploy-only
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 5, 2017
1 parent 22810f4 commit 00aa835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libostree/ostree-sysroot-upgrader.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ ostree_sysroot_upgrader_pull_one_dir (OstreeSysrootUpgrader *self,
from_revision = ostree_deployment_get_csum (self->merge_deployment);

if (self->origin_remote &&
(upgrader_flags & OSTREE_SYSROOT_UPGRADER_PULL_FLAGS_SYNTHETIC) == 0))
(upgrader_flags & OSTREE_SYSROOT_UPGRADER_PULL_FLAGS_SYNTHETIC) == 0)
{
if (!ostree_repo_pull_one_dir (repo, self->origin_remote, dir_to_pull, refs_to_fetch,
flags, progress,
Expand Down

0 comments on commit 00aa835

Please sign in to comment.