mirror of https://github.com/zulip/zulip.git
zanitizer_config.pm.sample: keep_file → scrub_filename
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
cb116be60c
commit
5e88b3013a
|
@ -8,7 +8,7 @@ sub scrub_text {
|
|||
s/hunter2/xxxxxxx/g;
|
||||
}
|
||||
|
||||
sub keep_file {
|
||||
sub scrub_filename {
|
||||
if (m%^secret-directory/% || m%settings\.ini$%) {
|
||||
undef $_;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue