summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/01-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 2d4716fc..df4dcb2b 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -143,7 +143,7 @@ case "$5" in
'odl_l3' )
sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-beryllium-l3"/g' ./bundles.yaml
;;
- 'dpdk; )
+ 'dpdk' )
sed -i -- 's/#dpdk_enable: true/dpdk_enable: true/g' ./bundles.yaml
sed -i -- 's/#hugepages: '50%'/hugepages: '50%'/g' ./bundles.yaml
;;