Skip to content

Commit

Permalink
cmd/keymasterd: fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgooch committed Dec 9, 2024
1 parent d73561c commit 6a841f2
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 6a841f2

Please sign in to comment.