You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/30 00:26:58 UTC

[GitHub] pritidesai opened a new issue #411: typo in error message

pritidesai opened a new issue #411: typo in error message 
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/411
 
 
   ```
   log.Println("the runtime it not supported by Openwhisk platform.")
   ```
   
   should be
   
   ```
   log.Println("the runtime is not supported by Openwhisk platform.")
   ```
   
   In manifest parser at: https://github.com/apache/incubator-openwhisk-wskdeploy/blob/37925e44a5772e5540c984465661e606427695e7/parsers/manifest_parser.go#L309
 
----------------------------------------------------------------
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