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:
parent
b100f96707
commit
523c8fc26e
1 changed files with 1 additions and 1 deletions
|
@ -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 <<< '"),
|
||||
|
|
Loading…
Add table
Reference in a new issue