Skip to content

Commit 889cacc

Browse files
committed
Fixes typo
1 parent f7416a7 commit 889cacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sshcert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (s *SigningArguments) SetPrincipals(principals []string) {
205205
}
206206

207207
// SetKeyId will set the KeyId of a SigningArguments type.
208-
func (s *SigningArguments) SetkeyId(keyId string) {
208+
func (s *SigningArguments) SetKeyId(keyId string) {
209209
s.KeyId = keyId
210210
}
211211

0 commit comments

Comments
 (0)