1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-08-16 15:13:04 +02:00

Update rubocop to version 0.89.0

This commit is contained in:
depfu[bot]
2020-08-06 20:30:50 +00:00
committed by cn
parent 64ec5e1e56
commit 092015ff02
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'