Skip to content

Commit 53b7441

Browse files
author
gau1991
committed
Better git messages for ee site edit
1 parent 3e8a4e5 commit 53b7441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ee/cli/plugins/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def default(self):
291291
'{0}/conf/nginx/pagespeed.conf'.format(ee_site_webroot))):
292292
EEGit.add(self, ["{0}/conf/nginx".format(ee_site_webroot)],
293293
msg="Edit Pagespped config of site: {0}"
294-
.format(ee_site_webroot))
294+
.format(ee_domain))
295295
# Reload NGINX
296296
EEService.reload_service(self, 'nginx')
297297
else:

ee/cli/plugins/site_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,4 +888,4 @@ def operateOnPagespeed(self, data):
888888
# Add nginx conf folder into GIT
889889
EEGit.add(self, ["{0}/conf/nginx".format(ee_site_webroot)],
890890
msg="Adding Pagespeed config of site: {0}"
891-
.format(ee_site_webroot))
891+
.format(ee_domain_name))

0 commit comments

Comments
 (0)