Skip to content

Commit 67169ac

Browse files
author
shital.rtcamp
committed
Fixed travis
1 parent 2a56ebe commit 67169ac

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
@@ -886,7 +886,7 @@ def post_pref(self, apt_packages, packages):
886886
Log.debug(self, "Creating vimbadmin database if not exist")
887887
EEMysql.execute(self, "create database if not exists"
888888
" vimbadmin")
889-
Log.debug(self, "Granting all privileges on vimbadmin.* to
889+
Log.debug(self, "Granting all privileges on vimbadmin.* to "
890890
"vimbadmin@root IDENTIFIED BY password ")
891891
EEMysql.execute(self, "grant all privileges on vimbadmin.* to"
892892
" vimbadmin@{0} IDENTIFIED BY"

0 commit comments

Comments
 (0)