[fix] config_appy return link

This commit is contained in:
Kay0u 2020-04-05 19:44:39 +02:00 committed by Alexandre Aubin
parent a886053de7
commit 5aa2556306

View file

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