From e10daec9c62af9f6a93f16317fb164e11c325c87 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Mon, 23 Mar 2015 01:38:53 +0200 Subject: [PATCH] Fix typo --- lib/crono/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crono/cli.rb b/lib/crono/cli.rb index 6f91b2b..d9944a7 100644 --- a/lib/crono/cli.rb +++ b/lib/crono/cli.rb @@ -31,7 +31,7 @@ module Crono def setup_log if config.daemonize - self.logifile = config.logfile + self.logfile = config.logfile daemonize else self.logfile = STDOUT