[ARVADOS] updated: 294d3c8d367c71be33a818aa463a3490fe54ad5a
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 4 21:28:21 EST 2014
Summary of changes:
doc/user/topics/run-command.html.textile.liquid | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
via 294d3c8d367c71be33a818aa463a3490fe54ad5a (commit)
from d5b8652f53bf2ac40cbb7fcd31597d0cd08cac98 (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.
commit 294d3c8d367c71be33a818aa463a3490fe54ad5a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Nov 4 21:28:12 2014 -0500
3609: Simplify "group" example a bit more.
diff --git a/doc/user/topics/run-command.html.textile.liquid b/doc/user/topics/run-command.html.textile.liquid
index 07f01ac..78f1c84 100644
--- a/doc/user/topics/run-command.html.textile.liquid
+++ b/doc/user/topics/run-command.html.textile.liquid
@@ -167,10 +167,7 @@ Generate a list of lists, where items are grouped on common subexpression match.
"regex": "[^a]*(a?).*"},
"command": ["echo", {"foreach": "$(b)",
"var": "b_var",
- "command": ["--group",
- {"foreach": "$(b_var)",
- "var": "c_var",
- "command": "$(c_var)"}]}]
+ "command": ["--group", "$(b_var)"]}]
}
</pre>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list