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
89bd5c78
Commit
89bd5c78
authored
Mar 30, 2019
by
IKEDA Soji
Browse files
Upgrade: A typo breaks configuration.
parent
7164bc79
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Upgrade.pm
View file @
89bd5c78
...
...
@@ -1954,7 +1954,7 @@ sub upgrade {
open
$ofh
,
'
>>
',
$dir
.
'
/robot.conf
'
or
next
;
}
print
$ofh
"
\n\n
";
print
$ofh
print
f
$ofh
"
# Following parameters were added during upgrade to %s
\n\n
",
$new_version
;
foreach
my
$scenario
(
@scenarios
)
{
...
...
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