[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 338021686f109acd3152547804b0a2b848f2ba99
Evergreen Git
git at git.evergreen-ils.org
Tue May 7 10:57:47 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_3 has been updated
via 338021686f109acd3152547804b0a2b848f2ba99 (commit)
from 8fc3db8924ea9157d02a4e90199d25ded399876e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 338021686f109acd3152547804b0a2b848f2ba99
Author: blake <blake at mobiusconsortium.org>
Date: Fri Nov 16 09:37:31 2018 -0600
LP1803729 action_trigger_aggregator.pl help indicates the wrong bash argument for remote-acct
Fixed the help message action_trigger_aggregator.pl to agree with the code
Signed-off-by: blake <blake at mobiusconsortium.org>
Signed-off-by: Josh Stompro <stompro at stompro.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl
index 9da5f6fd9c..726b30cf91 100755
--- a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl
+++ b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl
@@ -73,7 +73,7 @@ $0 \
--end-date 2012-01-07 \
--output-file 2012-01-07.notify.csv \
--local-dir /var/run/evergreen/csv \
- --remote-account 6
+ --remote-acct 6
Options
@@ -104,7 +104,7 @@ Options
Local directory where the output-file is placed. If --cleanup is
set, this is used as the tmp directory for file generation
- --remote-account
+ --remote-acct
Evergreen config.remote_account ID
If set, the output-file will be sent via sFTP/SCP to this server.
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/support-scripts/action_trigger_aggregator.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list