apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

installGit.sh failed #147

Closed yoshitan closed 7 years ago

yoshitan commented 7 years ago

I try to run command "ansible-playbook postdeploy.yml " but got error as follows.

open catalog ERRORS = 6 /home/vagrant/openwhisk-catalog/packages/installGit.sh: line 16: -a: command not found

I found that need to modify installGit.sh to add escape character \ in the end of 15th line like this

createPackage github \ -p endpoint "openwhisk.ng.bluemix.net" \ -a description "Package which contains actions and feeds to interact with Github"

Please check and verify this bug.

Thank you. yoshitan

rabbah commented 7 years ago

Thank you for reporting this - indeed that is a defect.