summaryrefslogtreecommitdiff
path: root/cmdline/apt-key
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-18 22:40:41 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-18 22:40:41 +0000
commit5fdd72f271d4296f7353a7c9f709a9911d3d80da (patch)
tree7e324726f0d280b525ccd8127310f529f5176a3e /cmdline/apt-key
parentd4cd33305766aa05ed2f9ec7ebdbe121acee7305 (diff)
* fix apt-key to ask for the correct package
Diffstat (limited to 'cmdline/apt-key')
-rwxr-xr-xcmdline/apt-key2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-key b/cmdline/apt-key
index 0685e36f7..7460a24be 100755
--- a/cmdline/apt-key
+++ b/cmdline/apt-key
@@ -16,7 +16,7 @@ REMOVED_KEYS=/usr/share/keyrings/debian-archive-removed-keys.gpg
update() {
if [ ! -f $ARCHIVE_KEYRING ]; then
echo >&2 "ERROR: Can't find the archive-keyring"
- echo >&2 "Is the debian-keyring package installed?"
+ echo >&2 "Is the debian-archive-keyring package installed?"
exit 1
fi