diff options
author | dr00tb | 2024-04-17 14:10:03 +0200 |
---|---|---|
committer | dr00tb | 2024-04-17 14:10:03 +0200 |
commit | a30caed32d56a1b9bcf98da25522c47e620de0ac (patch) | |
tree | b4d2d18ee4daff408f2a695cd117dea5d384b0ce /tkey-ssh-agent.install | |
parent | ca6363ab1c7268aac45067cce6294e95b7cb56d7 (diff) | |
download | aur-a30caed32d56a1b9bcf98da25522c47e620de0ac.tar.gz |
old package number is
Diffstat (limited to 'tkey-ssh-agent.install')
-rw-r--r-- | tkey-ssh-agent.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tkey-ssh-agent.install b/tkey-ssh-agent.install index 8299be038afa..9784c8ab162d 100644 --- a/tkey-ssh-agent.install +++ b/tkey-ssh-agent.install @@ -4,6 +4,6 @@ post_install() { } post_upgrade() { - echo -e "\033[1;33mThis release changes the Tkey identity (CDI) compared to $1, i.e., you will not have the same Ed25519 keypair derived." + echo -e "\033[1;33mThis release changes the Tkey identity (CDI) compared to $2, i.e., you will not have the same Ed25519 keypair derived." } |