1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Typo when patching ynh_psql_execute_as_root --sql

This commit is contained in:
Alexandre Aubin 2024-06-23 16:45:08 +02:00
parent b100f96707
commit 523c8fc26e

View file

@ -114,7 +114,7 @@ def cleanup():
(r"ynh_mysql_connect_as [^<\\]*\s", "ynh_mysql_db_shell "),
(r"ynh_psql_connect_as [^<\\]*\s", "ynh_psql_db_shell "),
(r'ynh_mysql_execute_as_root --sql=?', 'ynh_mysql_db_shell <<< '),
(r'ynh_psql_execute_as_root --sql=?', 'ynh_psql_db_shell <<< "'),
(r'ynh_psql_execute_as_root --sql=?', 'ynh_psql_db_shell <<< '),
(r'ynh_mysql_execute_as_root "', 'ynh_mysql_db_shell <<< "'),
(r'ynh_psql_execute_as_root "', 'ynh_psql_db_shell <<< "'),
(r"ynh_mysql_execute_as_root '", "ynh_mysql_db_shell <<< '"),