actions: pubkeys/secrets typo fix

This commit is contained in:
Mirek Kratochvil 2013-04-23 09:47:32 +02:00
parent 41c17cf569
commit 80fcaf5569

View file

@ -975,7 +975,7 @@ int action_import (bool armor, bool no_action, bool yes, bool fp,
return 1;
}
if (type != ENVELOPE_SECRETS || parts.size() != 1) {
if (type != ENVELOPE_PUBKEYS || parts.size() != 1) {
err ("error: wrong envelope format");
return 1;
}