From: Josh Stompro Date: Tue, 13 Jan 2015 20:22:50 +0000 (-0600) Subject: LP#1396161 - Changing granularity example back to lowercase X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=502733f6b297282cea943bbdcb51a11fda02fd7e;p=working%2FEvergreen.git LP#1396161 - Changing granularity example back to lowercase If LP#1205072 gets committed this will be needed. Signed-off-by: Josh Stompro --- 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 }