1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 00:30:24 +02:00

gems: update rubocop to version 0.89.0

Update rubocop to version 0.89.0 (#15)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot]
2020-08-07 08:32:29 +02:00
committed by GitHub
parent 64ec5e1e56
commit 075ec1e548
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ module OpenVPNStatusWeb
if config['logfile']
OpenVPNStatusWeb.logger = Logger.new(config['logfile'])
else
OpenVPNStatusWeb.logger = Logger.new(STDOUT)
OpenVPNStatusWeb.logger = Logger.new($stdout)
end
OpenVPNStatusWeb.logger.progname = 'openvpn-status-web'