Skip to content

Commit

Permalink
ovh: fix example in documentation (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
clesecq authored May 24, 2021
1 parent 2532262 commit 90ff2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/dns/zz_gen_ovh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OVH_APPLICATION_KEY=1234567898765432 \
OVH_APPLICATION_SECRET=b9841238feb177a84330febba8a832089 \
OVH_CONSUMER_KEY=256vfsd347245sdfg \
OVH_ENDPOINT=ovh-eu \
lego --email myemail@example.com --dns autodns --domains my.example.org run
lego --email myemail@example.com --dns ovh --domains my.example.org run
```


Expand Down
2 changes: 1 addition & 1 deletion providers/dns/ovh/ovh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OVH_APPLICATION_KEY=1234567898765432 \
OVH_APPLICATION_SECRET=b9841238feb177a84330febba8a832089 \
OVH_CONSUMER_KEY=256vfsd347245sdfg \
OVH_ENDPOINT=ovh-eu \
lego --email myemail@example.com --dns autodns --domains my.example.org run
lego --email myemail@example.com --dns ovh --domains my.example.org run
'''

Additional = '''
Expand Down

0 comments on commit 90ff2b3

Please sign in to comment.