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
|
@ -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")
|
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"]:
|
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):
|
def check_helper_consistency(script):
|
||||||
|
|
Loading…
Add table
Reference in a new issue