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
+1 -1
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."""