Skip to content

Commit

Permalink
Merge pull request #253 from rgooch/fix-typo
Browse files Browse the repository at this point in the history
cmd/keymasterd: fix comment typo.
  • Loading branch information
rgooch authored Dec 9, 2024
2 parents d73561c + 6a841f2 commit 8d5daa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/keymasterd/roleRequestingCert.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (state *RuntimeState) roleRequetingCertGenHandler(w http.ResponseWriter, r
}

// TODO: maybe add a check to ensure no self-replication
// We dont anything to request a rolerequesting role for itself
// We don't want anything to request a rolerequesting role for itself

/// Now we parse the inputs
if r.Method != "POST" {
Expand Down

0 comments on commit 8d5daa8

Please sign in to comment.