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
f803acd1fd
commit
efcacd2bd2
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ class Script(TestSuite):
|
|||
@test()
|
||||
def old_regenconf(self):
|
||||
if self.contains("yunohost service regen-conf"):
|
||||
yield Warning("'yunohost tools regen-conf' has been replaced by 'yunohost tools regen-conf'.")
|
||||
yield Warning("'yunohost service regen-conf' has been replaced by 'yunohost tools regen-conf'.")
|
||||
|
||||
@test()
|
||||
def ssowatconf(self):
|
||||
|
|
Loading…
Reference in a new issue