Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
361e2d02
Commit
361e2d02
authored
Apr 08, 2021
by
IKEDA Soji
Browse files
Upgrading fails due to typos (#1144)
parent
531b497c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Upgrade.pm
View file @
361e2d02
...
...
@@ -2101,11 +2101,11 @@ sub upgrade {
# blocklist.txt will be used instead of blacklist.txt
$log
->
syslog
('
notice
',
'
Rename blacklist.txt to blocklist.txt...
');
_process_all_files
(
'
search_filter/blacklist.txt
',
'
search_filter
s
/blacklist.txt
',
sub
{
my
$dir
=
shift
;
my
$oldfile
=
shift
;
my
$newfile
=
'
search_filter/blocklist.txt
';
my
$newfile
=
'
search_filter
s
/blocklist.txt
';
rename
(
$dir
.
'
/
'
.
$oldfile
,
$dir
.
'
/
'
.
$newfile
)
or
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment