This commit is contained in:
Kayou 2021-01-19 11:20:07 +01:00 committed by Alexandre Aubin
parent 99ab7c642c
commit 12244036a9

View file

@ -650,7 +650,7 @@ ynh_check_app_version_changed () {
#
# Generally you might probably use it as follow in the upgrade script
#
# if ynh_compare_current_package_version --comparaison lt --version 2.3.2~ynh1
# if ynh_compare_current_package_version --comparison lt --version 2.3.2~ynh1
# then
# # Do something that is needed for the package version older than 2.3.2~ynh1
# fi