[open-ils-commits] [GIT] Evergreen ILS branch master updated. 101c876ff6fe78fa5a070d9e73fa7722c6b1e981
Evergreen Git
git at git.evergreen-ils.org
Tue May 7 10:57:46 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, master has been updated
via 101c876ff6fe78fa5a070d9e73fa7722c6b1e981 (commit)
from b9823e3e557c08a1d7ce1985248769d752c6d3e9 (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 101c876ff6fe78fa5a070d9e73fa7722c6b1e981
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