From 850ad5ae6ba6f2b4c5c786f415d09b500bb92b6f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 17 Oct 2014 13:42:25 -0400 Subject: [PATCH] upgrade: Honor pull flags A user noticed --allow-downgrade wasn't actually working. --- src/rpmostree-builtin-upgrade.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rpmostree-builtin-upgrade.c b/src/rpmostree-builtin-upgrade.c index f3be8bf1..84816e54 100644 --- a/src/rpmostree-builtin-upgrade.c +++ b/src/rpmostree-builtin-upgrade.c @@ -106,8 +106,8 @@ rpmostree_builtin_upgrade (int argc, else { - if (!ostree_sysroot_upgrader_pull (upgrader, 0, 0, progress, &changed, - cancellable, error)) + if (!ostree_sysroot_upgrader_pull (upgrader, 0, upgraderpullflags, progress, &changed, + cancellable, error)) goto out; }