mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Wording
This commit is contained in:
parent
4d9b1050c3
commit
794abd57fd
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class App():
|
|||
elif filename in non_mandatory:
|
||||
print_warning("Consider adding a file %s" % filename)
|
||||
else:
|
||||
print_error("File %s is mandatory" % filename)
|
||||
print_error("Providing a %s is mandatory" % filename)
|
||||
|
||||
#
|
||||
# Deprecated php-fpm.ini thing
|
||||
|
|
Loading…
Reference in a new issue