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 2017/06/29 19:20:51 UTC

[incubator-openwhisk] branch master updated: Fix install command (#2446)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bf2571  Fix install command (#2446)
1bf2571 is described below

commit 1bf257195cc466f48964b9846a530f943e7a6e12
Author: Zach Schultz <za...@gmail.com>
AuthorDate: Thu Jun 29 14:20:49 2017 -0500

    Fix install command (#2446)
    
    There is a missing `=` which causes an error when trying to install Docker 2.2.1
---
 tools/macos/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/macos/README.md b/tools/macos/README.md
index c16541a..34535be 100644
--- a/tools/macos/README.md
+++ b/tools/macos/README.md
@@ -30,7 +30,7 @@ brew install scala
 # install pip
 sudo easy_install pip
 # install docker for python
-/usr/local/bin/pip install docker=2.2.1
+/usr/local/bin/pip install docker==2.2.1
 # install script prerequisites
 sudo -H pip install ansible==2.3.0.0 jsonschema couchdb' | bash
 ```

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