summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-31 07:38:16 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-05-31 07:39:29 -0500
commit25934104e0096044b6474b02682c87ebbd467c96 (patch)
treee28af0b476158b534115897c560a74b0fcd59a57 /ci
parent3f0c4e845db5d7721b4062f576f12f3d0137de49 (diff)
typo
Change-Id: I2193e125d16617a72af8b58f6640b30e83eba37c Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-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
;;