From 502733f6b297282cea943bbdcb51a11fda02fd7e Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Tue, 13 Jan 2015 14:22:50 -0600 Subject: [PATCH] LP#1396161 - Changing granularity example back to lowercase If LP#1205072 gets committed this will be needed. Signed-off-by: Josh Stompro --- Open-ILS/src/support-scripts/action_trigger_runner.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/action_trigger_runner.pl.in b/Open-ILS/src/support-scripts/action_trigger_runner.pl.in index 1c217bc3c2..e4e7ade5ec 100755 --- a/Open-ILS/src/support-scripts/action_trigger_runner.pl.in +++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl.in @@ -142,7 +142,7 @@ $0 : Create and process action/trigger events # To batch create all events for a specific granularity and to send notices for all pending # events with that same granularity. - perl $0 --run-pending --granularity=Hourly --process-hooks + perl $0 --run-pending --granularity=hourly --process-hooks HELP } -- 2.11.0