You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/15 13:54:44 UTC

[GitHub] rabbah commented on a change in pull request #3657: Remove additional quote in pip install command

rabbah commented on a change in pull request #3657: Remove additional quote in pip install command
URL: https://github.com/apache/incubator-openwhisk/pull/3657#discussion_r188295694
 
 

 ##########
 File path: tools/macos/README.md
 ##########
 @@ -51,7 +51,7 @@ brew install scala
 # install pip
 sudo easy_install pip
 # install script prerequisites
-sudo -H pip install docker==2.2.1 ansible==2.5.2 jinja2==2.9.6 couchdb==1.1 httplib2==0.9.2 requests==2.10.0' | bash
+sudo -H pip install docker==2.2.1 ansible==2.5.2 jinja2==2.9.6 couchdb==1.1 httplib2==0.9.2 requests==2.10.0 | bash
 
 Review comment:
   this `'` matches the one on line 40 https://github.com/apache/incubator-openwhisk/pull/3657/files#diff-35b51f3cf01d8ad81f668514d8c74622R40. It's not an accident.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services