From 3b421b0613b80edce3e87944a74b21f82ba4c46f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 8 Feb 2016 13:35:10 -0600 Subject: forgot " in the last. Change-Id: I89d8a050c2ccf34fe98223749d644177e349d055 --- ci/01-deploybundle.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/01-deploybundle.sh') diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index f8696ddc..71f2362a 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -77,13 +77,13 @@ case "$5" in sed -i -- 's/#l2-population: true/l2-population: true/g' ./bundles.yaml ;; 'sfc' ) - sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-sfc/g' ./bundles.yaml + sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-sfc"/g' ./bundles.yaml ;; 'vpn' ) - sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-vpn/g' ./bundles.yaml + sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-vpn"/g' ./bundles.yaml ;; 'odl_l3' ) - sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-l3/g' ./bundles.yaml + sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-l3"/g' ./bundles.yaml ;; esac -- cgit 1.2.3-korg