Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
2766e0ef
Unverified
Commit
2766e0ef
authored
Apr 02, 2019
by
IKEDA Soji
Committed by
GitHub
Apr 02, 2019
Browse files
Merge pull request #579 from ikedas/issue-578 by ikedas
Upgrade: A typo breaks configuration (#578)
parents
c2536ce6
89bd5c78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Upgrade.pm
View file @
2766e0ef
...
...
@@ -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