Skip to content

Commit 719adc3

Browse files
route53: fix example (#2100)
1 parent 6decaed commit 719adc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/dns/zz_gen_route53.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AWS_ACCESS_KEY_ID=your_key_id \
3030
AWS_SECRET_ACCESS_KEY=your_secret_access_key \
3131
AWS_REGION=aws-region \
3232
AWS_HOSTED_ZONE_ID=your_hosted_zone_id \
33-
--domains example.com --email [email protected] --dns route53 --accept-tos=true run
33+
lego --domains example.com --email [email protected] --dns route53 --accept-tos=true run
3434
```
3535

3636

providers/dns/route53/route53.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AWS_ACCESS_KEY_ID=your_key_id \
99
AWS_SECRET_ACCESS_KEY=your_secret_access_key \
1010
AWS_REGION=aws-region \
1111
AWS_HOSTED_ZONE_ID=your_hosted_zone_id \
12-
--domains example.com --email [email protected] --dns route53 --accept-tos=true run
12+
lego --domains example.com --email [email protected] --dns route53 --accept-tos=true run
1313
'''
1414

1515
Additional = '''

0 commit comments

Comments
 (0)