1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chatonsinfos_ynh.git synced 2024-09-03 18:15:58 +02:00

[fix] TOML validation error in CI

This commit is contained in:
ljf (zamentur) 2023-11-29 22:01:22 +01:00 committed by GitHub
parent b3b2e61627
commit e210aadb67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ services = []
[main.organization] [main.organization]
name = "" name = ""
[main.organization.name] [main.organization._name]
ask.en = "Nom de l'oganisation" ask.en = "Nom de l'oganisation"
type = "string" type = "string"
bind = "organization.name>/var/www/__APP__/public/organization.properties" bind = "organization.name>/var/www/__APP__/public/organization.properties"