summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-03-06 15:10:56 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-03-06 15:12:06 +0100
commit38f66a72c89651540dd202709bbc3c01c548f6da (patch)
tree205ff508604c94c0e6acc49630cbe6e5cf41f88d
parent35521c609accef207bf6971a037e64b10640ef5e (diff)
Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)
Bad accident. Accidents happen.
-rw-r--r--apt-private/private-update.cc2
1 files changed, 1 insertions, 1 deletions
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;