mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] DomainConfigPanel save path
This commit is contained in:
parent
59afe6988a
commit
6fb1c636fe
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ def domain_config_set(
|
||||||
|
|
||||||
class DomainConfigPanel(ConfigPanel):
|
class DomainConfigPanel(ConfigPanel):
|
||||||
entity_type = "domain"
|
entity_type = "domain"
|
||||||
save_path_tpl = "{DOMAIN_SETTINGS_DIR}/{entity}.yml"
|
save_path_tpl = f"{DOMAIN_SETTINGS_DIR}/{{entity}}.yml"
|
||||||
save_mode = "diff"
|
save_mode = "diff"
|
||||||
|
|
||||||
def _get_toml(self):
|
def _get_toml(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue