Skip to content

Commit

Permalink
Update challenge field value
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Tytgat <[email protected]>
  • Loading branch information
jantytgat committed Mar 26, 2024
1 parent 81e6acf commit 207984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func NewEmptyRegistry() Registry {
{
Name: "acme provider name",
Type: "acme provider type",
Challenge: "acme challenge type: http-01 | dns-01",
Challenge: "acme challenge type http-01 | dns-01",
Variables: []AcmeVariable{
{
Key: "acme provider variable name",
Expand Down

0 comments on commit 207984d

Please sign in to comment.