mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Typo
This commit is contained in:
parent
6ed98bf540
commit
af96b17a48
1 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ def check_manifest(path):
|
|||
|
||||
if "services" in manifest:
|
||||
services = ("nginx", "mysql", "uwsgi", "metronome",
|
||||
"php5-fpm", "php7.0-fpm", "php-fpm",
|
||||
"php5-fpm", "php7.0-fpm", "php-fpm",
|
||||
"postfix", "dovecot", "rspamd")
|
||||
|
||||
for service in manifest["services"]:
|
||||
|
@ -374,7 +374,7 @@ def check_helper_usage_dependencies(script):
|
|||
print_warning("You should not use `ynh_package_install` or `apt-get install`, use `ynh_install_app_dependencies` instead")
|
||||
|
||||
if "ynh_package_remove" in script["shlex"] or "apt-get remove" in script["raw"]:
|
||||
print_warning("You should not use `ynh_package_remove` or `apt-get removeè, use `ynh_remove_app_dependencies` instead")
|
||||
print_warning("You should not use `ynh_package_remove` or `apt-get remove`, use `ynh_remove_app_dependencies` instead")
|
||||
|
||||
|
||||
def check_helper_consistency(script):
|
||||
|
|
Loading…
Reference in a new issue