From 20dc6a8fae07cb7e9f7e2a767402586069f65c6b Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 10 Nov 2009 19:42:02 +0000 Subject: [PATCH] doh! thinko on param name git-svn-id: svn://svn.open-ils.org/ILS/trunk@14857 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/action_trigger_runner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/action_trigger_runner.pl b/Open-ILS/src/support-scripts/action_trigger_runner.pl index 1ca3becb45..393fa65719 100755 --- a/Open-ILS/src/support-scripts/action_trigger_runner.pl +++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl @@ -35,7 +35,7 @@ GetOptions( 'osrf-config=s' => \$opt_osrf_config, 'run-pending' => \$opt_run_pending, 'hooks=s' => \$opt_hooks, - 'hooks=s' => \$opt_granularity, + 'granularity=s' => \$opt_granularity, 'process-hooks' => \$opt_process_hooks, 'debug-stdout' => \$opt_debug_stdout, 'custom-filters=s' => \$opt_custom_filter, -- 2.11.0