1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-17 21:44:35 +00:00
This commit is contained in:
Laura
2025-06-20 19:20:03 +02:00
parent 5eb4922fa2
commit a1c89b6511

View File

@ -108,7 +108,7 @@ func run(_ context.Context, cmd *cli.Command) error {
log.Printf("Using identity file: %s\n", path) log.Printf("Using identity file: %s\n", path)
log.Printf("Loading key...") log.Println("Loading key...")
private, err := LoadPrivateKey(path) private, err := LoadPrivateKey(path)
if err != nil { if err != nil {