Fix vcp template errors, remove extra quotes
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / vcpe-l2-interface.json
index eed19ba..a3b0237 100644 (file)
@@ -1,5 +1,5 @@
 {
     "l2": {
-        "xconnect-outgoing-interface": "${tmp.tunnel-name}"
+        "xconnect-outgoing-interface": ${tmp.tunnel-name}
     }
 }