porkbun: fix typo in dns example (#1550)

This commit is contained in:
Sepehr Hosseini 2021-12-19 12:10:41 +11:00 committed by GitHub
parent 0f3a8351de
commit f7c287e520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Here is an example bash command using the Porkbun provider:
```bash
PORKBUN_SECRET_API_KEY=xxxxxx \
PORKBUN_PAPI_KEY=yyyyyy \
PORKBUN_API_KEY=yyyyyy \
lego --email myemail@example.com --dns porkbun --domains my.example.org run
```

View file

@ -6,7 +6,7 @@ Since = "v4.4.0"
Example = '''
PORKBUN_SECRET_API_KEY=xxxxxx \
PORKBUN_PAPI_KEY=yyyyyy \
PORKBUN_API_KEY=yyyyyy \
lego --email myemail@example.com --dns porkbun --domains my.example.org run
'''