diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2024-12-27 02:16:56 +0000 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2025-01-05 22:16:09 +0000 |
| commit | 25cd3ded69a79c2a7eb3d858e041f1509f5f5ed8 (patch) | |
| tree | b9e987d54b3ad88dbb426dfe89787c96608f7c20 /methods/sqv.cc | |
| parent | 1a35028dd9ee4554a1a1f9f77a4dee615fb278ae (diff) | |
Remove leftovers of the apt-key removal
References: a00fbbdb28cc31e78882301c2efe7218583ab4cb
Diffstat (limited to 'methods/sqv.cc')
| -rw-r--r-- | methods/sqv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/sqv.cc b/methods/sqv.cc index 45d001af1..ce7e36657 100644 --- a/methods/sqv.cc +++ b/methods/sqv.cc @@ -296,7 +296,7 @@ bool SQVMethod::URIAcquire(std::string const &Message, FetchItem *Itm) if (_error->PendingError()) return false; - // Run apt-key on file, extract contents and get the key ID of the signer + // Run sqv on file, extract contents and get the key ID of the signer VerifyGetSigners(Path.c_str(), Itm->DestFile.c_str(), keyFiles, Signers); if (_error->PendingError()) { |
