From commits-return-4251-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Apr 11 03:14:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7983F18067B for ; Wed, 11 Apr 2018 03:14:41 +0200 (CEST) Received: (qmail 30505 invoked by uid 500); 11 Apr 2018 01:14:40 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 30494 invoked by uid 99); 11 Apr 2018 01:14:40 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2018 01:14:40 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E44E682FDD; Wed, 11 Apr 2018 01:14:39 +0000 (UTC) Date: Wed, 11 Apr 2018 01:14:39 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-devtools] branch master updated: fix typo so that custom image can be used (#112) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152340927988.30535.3630759864933741263@gitbox.apache.org> From: dragos@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-devtools X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ffe5ea4c91830dcdd0f84c7039bdfb69d3acc844 X-Git-Newrev: 4a7db398ef10a9ff914677543e7b05d23b96e638 X-Git-Rev: 4a7db398ef10a9ff914677543e7b05d23b96e638 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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.