[6.2 stable] smtp_settings.rb syntax error bug
Created by: samrocketman
Reported by lamarus
in IRC an issue with smtp_settings.rb.sample:6. There is a do
at the end of the line which causes a parsing error in ruby.
10:26 < lamarus> Hey... when i try to start gitlab after setting up smtp settings.... i get an error `master failed to start, check
stderr log for details` which says `config/initializers/smtp_settings.rb:18: syntax error, unexpected
end-of-input` my file is a copy of the sample and can be found at http://pastebin.com/Nww4pQy1 any idea why
this may be saying there is an unexpected end of input?
10:28 < lamarus> i think i just found an answer... there is a do in the first line that shouldnt be there
10:29 < lamarus> checking that now
10:29 < lamarus> ya.. that is it