We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f78345 commit 56bc83fCopy full SHA for 56bc83f
1 file changed
core/integration/odc/plugin.go
@@ -218,7 +218,7 @@ func (p *Plugin) ObjectStack(varStack map[string]string) (stack map[string]inter
218
return
219
}
220
if strings.TrimSpace(o2DPSource) == "default" { // if UI sends 'default', we look in Consul
221
- pdpO2PdpSuiteVersion, ok = configStack["pdp_o2_data_processing_hash"]
+ o2DPSource, ok = configStack["pdp_o2_data_processing_hash"]
222
if !ok {
223
log.WithField("partition", envId).
224
WithField("call", "GenerateEPNWorkflowScript").
0 commit comments