You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2018/04/11 01:14:39 UTC

[incubator-openwhisk-devtools] branch master updated: fix typo so that custom image can be used (#112)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a7db39  fix typo so that custom image can be used (#112)
4a7db39 is described below

commit 4a7db398ef10a9ff914677543e7b05d23b96e638
Author: Christian Allen <cr...@gmail.com>
AuthorDate: Wed Apr 11 02:14:37 2018 +0100

    fix typo so that custom image can be used (#112)
---
 node-local/runtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node-local/runtest.sh b/node-local/runtest.sh
index 444a740..63c680e 100755
--- a/node-local/runtest.sh
+++ b/node-local/runtest.sh
@@ -28,7 +28,7 @@ case $key in
     shift # past argument
     ;;
     --image)
-    actionimage="$2"
+    action_image="$2"
     shift # past argument
     ;;
     --debug)

-- 
To stop receiving notification emails like this one, please contact
dragos@apache.org.