nixos/rspamd: fix fancy unicode quote
This commit is contained in:
parent
8276314608
commit
602a39c318
@ -68,7 +68,7 @@ let
|
|||||||
replaced with <literal>rspamd_proxy</literal>.
|
replaced with <literal>rspamd_proxy</literal>.
|
||||||
'';
|
'';
|
||||||
apply = let
|
apply = let
|
||||||
from = "services.rspamd.workers.\”${name}\".type";
|
from = "services.rspamd.workers.\"${name}\".type";
|
||||||
files = options.type.files;
|
files = options.type.files;
|
||||||
warning = "The option `${from}` defined in ${showFiles files} has enum value `proxy` which has been renamed to `rspamd_proxy`";
|
warning = "The option `${from}` defined in ${showFiles files} has enum value `proxy` which has been renamed to `rspamd_proxy`";
|
||||||
in x: if x == "proxy" then traceWarning warning "rspamd_proxy" else x;
|
in x: if x == "proxy" then traceWarning warning "rspamd_proxy" else x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user