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

Apply suggestions from code review

This commit is contained in:
Kayou 2021-01-28 01:07:33 +01:00 committed by GitHub
parent 93c7193504
commit 54577902ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,7 +242,7 @@ ynh_script_progression --message="Configuring SSOwat..." --weight=1
# Make app public if necessary
if [ $is_public -eq 1 ]; then
ynh_permission_update --permission="main" --add "visitors"
ynh_permission_update --permission="main" --add="visitors"
fi
#=================================================