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 2019/01/26 18:41:57 UTC

[GitHub] rabbah commented on a change in pull request #353: Create triggers on update if do not exist

rabbah commented on a change in pull request #353: Create triggers on update if do not exist
URL: https://github.com/apache/incubator-openwhisk-cli/pull/353#discussion_r251208617
 
 

 ##########
 File path: commands/trigger.go
 ##########
 @@ -75,7 +77,7 @@ func feedParameters(feed string, lifecycle string, trigger *QualifiedName, authK
  *
  * NOTE: this function will exit in case of a processing error since it indicates a problem parsing parameters.
  */
-func createOrUpdate(fqn *QualifiedName, trigger *whisk.Trigger, overwrite bool) {
+func createOrUpdate(Client *whisk.Client, fqn *QualifiedName, trigger *whisk.Trigger, overwrite bool) {
 
 Review comment:
   yes, now it's "local".

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