You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/04/17 19:52:24 UTC

[incubator-openwhisk-runtime-java] branch master updated: Fix typo in readme (#83)

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 <mr...@us.ibm.com>
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