mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Switched from age to libsodium.
This commit is contained in:
@@ -18,7 +18,8 @@ cmd_init :: proc(cmd: ^Command) {
|
||||
}
|
||||
|
||||
if len(keys) == 0 {
|
||||
fmt.println("No SSH private keys found in ~/.ssh")
|
||||
fmt.println("No ssh-ed25519 keys found in ~/.ssh")
|
||||
fmt.println("Generate one with: ssh-keygen -t ed25519")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user