diff options
-rw-r--r-- | apt-private/private-update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index 0b6078871..1c9fdae50 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -100,7 +100,7 @@ bool DoUpdate(CommandLine &CmdL) else ioprintf(c1out, msg, upgradable); - RunScripts("APT::Update-Post-Invoke-Stats"); + RunScripts("APT::Update::Post-Invoke-Stats"); } return true; |