Skip to content

Commit 56bc83f

Browse files
committed
[core] Fix issue with GEN_TOPO_SOURCE generation
R3C-710 #close
1 parent 1f78345 commit 56bc83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/integration/odc/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (p *Plugin) ObjectStack(varStack map[string]string) (stack map[string]inter
218218
return
219219
}
220220
if strings.TrimSpace(o2DPSource) == "default" { // if UI sends 'default', we look in Consul
221-
pdpO2PdpSuiteVersion, ok = configStack["pdp_o2_data_processing_hash"]
221+
o2DPSource, ok = configStack["pdp_o2_data_processing_hash"]
222222
if !ok {
223223
log.WithField("partition", envId).
224224
WithField("call", "GenerateEPNWorkflowScript").

0 commit comments

Comments
 (0)