1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Update comment

This commit is contained in:
Kay0u 2019-11-07 19:22:54 +09:00
parent d5ab49e68e
commit f7e915b9bd
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

@ -52,7 +52,7 @@ upgrade_type=$(ynh_check_app_version_changed)
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
# Fix is_public as a boolean value
# Delete is_public if it exists
if [ ! -z $is_public ]; then
ynh_app_setting_delete --app=$app --key=is_public
fi