mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
Update manifest.json
Application doesn't install if path is "/"
This commit is contained in:
parent
8729f3aee3
commit
620d58ba2c
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
"en": "Choose a path for huginn"
|
||||
},
|
||||
"example": "/example",
|
||||
"choices": ["/"],
|
||||
"default": "/"
|
||||
"choices": ["/huginn"],
|
||||
"default": "/huginn"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
|
|
Loading…
Add table
Reference in a new issue