mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bad const in domain config panel
This commit is contained in:
parent
a9d736a0ae
commit
59afe6988a
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_PATH}/{entity}.yml"
|
save_path_tpl = "{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