Skip to content

Commit 4785040

Browse files
author
gau1991
committed
Fixed Git message in MySQL
1 parent 577fbfd commit 4785040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def post_pref(self, apt_packages, packages):
503503
"performance_schema = 0\" "
504504
"/etc/mysql/my.cnf")
505505

506-
EEGit.add(self, ["/etc/mysql"], msg="Adding Nginx into Git")
506+
EEGit.add(self, ["/etc/mysql"], msg="Adding MySQL into Git")
507507
EEService.reload_service(self, 'mysql')
508508

509509
if set(EEVariables.ee_mail).issubset(set(apt_packages)):

0 commit comments

Comments
 (0)