bin/pushyd in pushyd-0.5.1 vs bin/pushyd in pushyd-0.5.2
- old
+ new
@@ -32,11 +32,11 @@
# Load Chamber-based configuration
Conf.prepare config: cmd_config, logfile: cmd_logfile
# Override log file
- Conf[:log] ||= {}
- Conf[:log][:file] = cmd_logfile.to_s if cmd_logfile
+ Conf[:logs] ||= {}
+ Conf[:logs][:file] = cmd_logfile.to_s if cmd_logfile
rescue OptionParser::InvalidOption => e
abort "EXITING: InvalidOption: #{e.message} \n #{e.backtrace.to_yaml}"
rescue ConfigParseError => e
abort "EXITING: ConfigParseError: #{e.message} \n #{e.backtrace.to_yaml}"