From commits-return-7228-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Apr 17 19:52:26 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9C94B180672 for ; Wed, 17 Apr 2019 21:52:26 +0200 (CEST) Received: (qmail 67740 invoked by uid 500); 17 Apr 2019 19:52:25 -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 67731 invoked by uid 99); 17 Apr 2019 19:52:25 -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, 17 Apr 2019 19:52:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B118A8A0BE; Wed, 17 Apr 2019 19:52:24 +0000 (UTC) Date: Wed, 17 Apr 2019 19:52:24 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-runtime-java] branch master updated: Fix typo in readme (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155553074463.8150.10715603051460996226@gitbox.apache.org> From: rabbah@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-runtime-java X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a4ae13615a76afacefb8fa210c95ba689ae56ee3 X-Git-Newrev: 73606206efe5db27177e177aa27e15c83e6f4dc0 X-Git-Rev: 73606206efe5db27177e177aa27e15c83e6f4dc0 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. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-java.git The following commit(s) were added to refs/heads/master by this push: new 7360620 Fix typo in readme (#83) 7360620 is described below commit 73606206efe5db27177e177aa27e15c83e6f4dc0 Author: Matt Rutkowski AuthorDate: Wed Apr 17 14:52:20 2019 -0500 Fix typo in readme (#83) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8277cee..d08395b 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Install dependencies from the root directory on $OPENWHISK_HOME repository ``` pushd $OPENWHISK_HOME ./gradlew install -podd $OPENWHISK_HOME +popd $OPENWHISK_HOME ``` Using gradle to run all tests