Skip to content

Commit

Permalink
Consistency for variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Sep 14, 2023
1 parent 94821f1 commit fc95cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modoboa_installer/config_dict_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ def is_email(user_input):
"default": "/var/lib/dkim"
},
{
"option": "keys_map_path",
"option": "key_map_path",
"default": "/var/lib/dkim/keys.path.map"
},
{
"option": "selectors_map_path",
"option": "selector_map_path",
"default": "/var/lib/dkim/selectors.path.map"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
try_fallback = false;
selector_map = "%selectors_path_map";
path_map = "%keys_path_map";
selector_map = "%selector_path_map";
path_map = "%key_path_map";

0 comments on commit fc95cbe

Please sign in to comment.