diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2019-04-30 14:00:16 +0000 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-04-30 18:40:30 +0000 |
commit | d1bddabef57ab3582d1b1c045c0554d1e476e52e (patch) | |
tree | 21a5955f11bef30672f752ba7d205b2ce44bb420 /appc-directed-graph/appc-dgraph/provider/src/main | |
parent | de85a6c50d48769ab74988b289d7dddf2bbbcebe (diff) |
Fixed publish config issue
Issue-ID: APPC-1588
Change-Id: I63e75c415d7f33c750eaad6799234e03741ad290
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/src/main')
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json index ca9574796..5befc7fd1 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json @@ -992,7 +992,7 @@ "id": "4c8c9a0.c6b3768",
"type": "switchNode",
"name": "switch",
- "xml": "<switch test='`$Publish_Config`'>",
+ "xml": "<switch test='`$publish-config`'>",
"comments": "",
"outputs": 1,
"x": 1037.6666984558105,
|