Skip to content

Commit

Permalink
Update keygen.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 10, 2023
1 parent 4bae024 commit a71e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keygen.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (s KeyPair) publicKeyPath() string {
return s.privateKeyPath() + ".pub"
}

// Option is a functional option for SSHKeyPair.
// Option is a functional option for KeyPair.
type Option func(*KeyPair)

// WithPassphrase sets the passphrase for the private key.
Expand Down

0 comments on commit a71e96c

Please sign in to comment.