This website works better with JavaScript.
Home
Explore
About Gitea
Register
Sign In
amesser
/
apt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
417
Wiki
Activity
Browse Source
Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)
Bad accident. Accidents happen.
tags/debian/1.8.0
Julian Andres Klode
2 years ago
parent
35521c609a
commit
38f66a72c8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
apt-private/private-update.cc
+ 1
- 1
apt-private/private-update.cc
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save