mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Update constants.py
Fixed comma.
This commit is contained in:
parent
c443db0618
commit
b39507c5af
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ else:
|
|||
server_root_tmp = "/etc/nginx"
|
||||
|
||||
CLI_DEFAULTS = dict(
|
||||
server_root=server_root_tmp
|
||||
server_root=server_root_tmp,
|
||||
ctl="nginx",
|
||||
)
|
||||
"""CLI defaults."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue