summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-08 19:59:04 +0200
committerMichael Vogt <mvo@debian.org>2013-10-08 19:59:04 +0200
commit649d3c5b7df830a67ad946921233da349c13a826 (patch)
tree9ea0c7a4eade1e0fc9f27499888fe3ab801a3db6 /cmdline
parent15847d263c371cadcb8664021b8eb2444dd70998 (diff)
parentdbf8fc0419831c83e83165de8c434782165aa400 (diff)
Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 630a9489b..e5e22e166 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1598,7 +1598,7 @@ void SigWinch(int)
/*}}}*/
bool DoUpgrade(CommandLine &CmdL) /*{{{*/
{
- if (_config->FindB("APT::Get::UpgradeAllowNew", false) == true)
+ if (_config->FindB("APT::Get::Upgrade-Allow-New", false) == true)
return DoUpgradeWithAllowNewPackages(CmdL);
else
return DoUpgradeNoNewPackages(CmdL);