From 37def0cf6601bb2941b997da40184e7feac90f67 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 20 Aug 2012 11:57:02 -0400 Subject: [PATCH] opps --- skel/bin/god.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/bin/god.conf b/skel/bin/god.conf index d60f900..7ce4ec8 100644 --- a/skel/bin/god.conf +++ b/skel/bin/god.conf @@ -14,7 +14,7 @@ def keep_process_running(w) start.condition(:process_running) do |c| c.running = false c.interval = 5.seconds - notofies(c) + notifies(c) end end end