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
5e4f5584
Unverified
Commit
5e4f5584
authored
Apr 12, 2021
by
IKEDA Soji
Committed by
GitHub
Apr 12, 2021
Browse files
Merge pull request #1146 from ikedas/issue-1144 by ikedas
Upgrading fails due to typos (#1144)
parents
e885e826
361e2d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Upgrade.pm
View file @
5e4f5584
...
...
@@ -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