Update constants.py

Fixed comma.
This commit is contained in:
mabayhan 2018-04-17 09:09:27 -07:00 committed by GitHub
parent c443db0618
commit b39507c5af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""