1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

gems: update rubocop to version 1.24.0

This commit is contained in:
depfu[bot]
2021-12-24 12:20:11 +00:00
committed by Christian Nicolai
parent 6642d9a7a2
commit 367a542f74
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ module Dyndnsd
puts "DynDNSd version #{Dyndnsd::VERSION}"
puts "Using config file #{config_file}"
config = YAML.safe_load(File.open(config_file, 'r', &:read))
config = YAML.safe_load(File.read(config_file))
setup_logger(config)