mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #918 from YunoHost/fix-config-apply
[fix] config_appy return link
This commit is contained in:
commit
584034636d
1 changed files with 1 additions and 0 deletions
|
@ -1574,6 +1574,7 @@ def app_config_apply(operation_logger, app, args):
|
||||||
|
|
||||||
logger.success("Config updated as expected")
|
logger.success("Config updated as expected")
|
||||||
return {
|
return {
|
||||||
|
"app": app,
|
||||||
"logs": operation_logger.success(),
|
"logs": operation_logger.success(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue