Skip to content

Commit

Permalink
fix(jans-linux-setup): minor typo (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Mar 25, 2022
1 parent a671873 commit 32b5af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def prompt_for_backend(self):

try:
pymysql.connect(host=Config.rdbm_host, user=Config.rdbm_user, password=Config.rdbm_password, database=Config.rdbm_db, port=Config.rdbm_port)
print(" {}MySQL connection was successfull{}".format(colors.OKGREEN, colors.ENDC))
print(" {}MySQL connection was successful{}".format(colors.OKGREEN, colors.ENDC))
break
except Exception as e:
print(" {}Can't connect to MySQL: {}{}".format(colors.DANGER, e, colors.ENDC))
Expand Down

0 comments on commit 32b5af5

Please sign in to comment.