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:
[email protected]
With regards,
Apache Git Services