mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Don't refer to public keys as secret keys in error
This constructor is used for public keys as well.
(cherry picked from commit 9cc550d652
)
This commit is contained in:
parent
e67d6b6447
commit
11f65ae7e2
@ -22,7 +22,7 @@ Key::Key(std::string_view s)
|
||||
key = ss.payload;
|
||||
|
||||
if (name == "" || key == "")
|
||||
throw Error("secret key is corrupt");
|
||||
throw Error("key is corrupt");
|
||||
|
||||
key = base64Decode(key);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user