mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Use named args in helpers calls
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
b487fbbe00
commit
f2b779c962
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ _ynh_app_config_apply() {
|
|||
elif [[ "$bind" == "settings" ]]
|
||||
then
|
||||
ynh_app_setting_set --app=$app --key=$short_setting --value="${!short_setting}"
|
||||
ynh_print_info "Configuration key '$short_setting' edited in app settings"
|
||||
ynh_print_info --message="Configuration key '$short_setting' edited in app settings"
|
||||
|
||||
# Save multiline text in a file
|
||||
elif [[ "$type" == "text" ]]
|
||||
|
|
Loading…
Add table
Reference in a new issue