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/23 15:32:08 UTC

[GitHub] mrutkows commented on a change in pull request #377: Allow trigger update when creating triggers

mrutkows commented on a change in pull request #377: Allow trigger update when creating triggers
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/377#discussion_r134787180
 
 

 ##########
 File path: deployers/servicedeployer.go
 ##########
 @@ -412,7 +412,7 @@ func (deployer *ServiceDeployer) createFeedAction(trigger *whisk.Trigger, feedNa
 		Publish:     &pub,
 	}
 
-	_, _, err := deployer.Client.Triggers.Insert(t, false)
+	_, _, err := deployer.Client.Triggers.Insert(t, true)
 
 Review comment:
   Defaulting to override=true as the default matches all the other Insert() calls for all other entities.
 
----------------------------------------------------------------
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