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-08 15:37:45 +0100
commit0cf1a8ea33591edcd677d4587510545b96af34d1 (patch)
tree86a841604a0273f8950f3584a4afa0c388c8fc66
parent765d72761394c73138be341b5e79aa114425c18b (diff)
Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)
Bad accident. Accidents happen. (cherry picked from commit 38f66a72c89651540dd202709bbc3c01c548f6da)
-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;