lib/skylight/cli/doctor.rb in skylight-5.1.1 vs lib/skylight/cli/doctor.rb in skylight-5.2.0.beta
- old
+ new
@@ -117,10 +117,10 @@
msg = msg.sub("[SKYLIGHT] [#{Skylight::VERSION}] ", "")
say "#{severity} - #{msg}" # Definitely non-standard
end
config.logger = logger
- config.set(:'daemon.lazy_start', false)
+ config.set(:"daemon.lazy_start", false)
started = Skylight.start!(config)
if started
say "Successfully started", :green