[fix] config_appy return link

This commit is contained in:
Kay0u 2020-04-05 19:44:39 +02:00
parent 128577686a
commit ecdb30aab2
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -1574,6 +1574,7 @@ def app_config_apply(operation_logger, app, args):
logger.success("Config updated as expected")
return {
"app": app,
"logs": operation_logger.success(),
}