From 38f66a72c89651540dd202709bbc3c01c548f6da Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 6 Mar 2019 15:10:56 +0100 Subject: Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...) Bad accident. Accidents happen. --- apt-private/private-update.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index 4d9d0775d..59d1d6d3f 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -139,7 +139,7 @@ bool DoUpdate(CommandLine &CmdL) else ioprintf(c1out, msg, upgradable); - RunScripts("APT::Update-Post-Invoke-Stats"); + RunScripts("APT::Update::Post-Invoke-Stats"); } return true; -- cgit v1.2.3-18-g5258