You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2017/08/15 07:08:27 UTC

[incubator-openwhisk-catalog] branch master updated: Fix typo, reword to show this is conditional (#237)

This is an automated email from the ASF dual-hosted git repository.

daisyguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-catalog.git


The following commit(s) were added to refs/heads/master by this push:
     new ee084eb  Fix typo, reword to show this is conditional (#237)
ee084eb is described below

commit ee084eb019696b1478710d1cb93b5ee4df2fdce4
Author: Daniel Krook <kr...@us.ibm.com>
AuthorDate: Tue Aug 15 03:08:26 2017 -0400

    Fix typo, reword to show this is conditional (#237)
---
 packages/installCombinators.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/installCombinators.sh b/packages/installCombinators.sh
index 94eee6f..daf48a1 100755
--- a/packages/installCombinators.sh
+++ b/packages/installCombinators.sh
@@ -19,7 +19,7 @@ waitForAll
 
 install "$PACKAGE_HOME/$PKGNAME/eca.js" \
      "$PKGNAME/eca" \
-     -a description 'Event-Condition-Action: run condition action and iff result is successful, run action.' \
+     -a description 'Event-Condition-Action: run condition action and if the result is successful run next action.' \
      -a parameters '[
          { "name": "$conditionName", "required": true, "type": "string", "description": "Name of action to run to compute condition. Must return error to indicate false predicate." },
          { "name": "$actionName",    "required": true, "type": "string", "description": "Name of action to run if result of condition action is not error." } ]' \

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].