summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-04-01 12:21:46 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-04-01 12:21:46 +0200
commit035a31392a094a92eeff4371c56fae893d49991b (patch)
treeac2fc35bc682876806401347f69af727d74d3774 /cmdline/apt.cc
parenta78578a9bfabf9c1b5a84e8f26fa5f193a56cb76 (diff)
parent8bc31a93c391eaa31864534553348870901d2dd9 (diff)
Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sid
Diffstat (limited to 'cmdline/apt.cc')
-rw-r--r--cmdline/apt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index 5dbf868d7..778ca5a80 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -109,7 +109,7 @@ int main(int argc, const char *argv[]) /*{{{*/
}
// some different defaults
- _config->CndSet("DPkgPM::Progress", "1");
+ _config->CndSet("DPkg::Progress-Fancy", "1");
_config->CndSet("Apt::Color", "1");
_config->CndSet("APT::Get::Upgrade-Allow-New", true);