mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Fix manifest.toml: subdirs should be a list.
This commit is contained in:
parent
2b13a754fe
commit
95527a81cf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
subdirs = "upload"
|
||||
subdirs = ["upload"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue