diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-31 07:38:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-31 07:39:29 -0500 |
commit | 25934104e0096044b6474b02682c87ebbd467c96 (patch) | |
tree | e28af0b476158b534115897c560a74b0fcd59a57 /ci | |
parent | 3f0c4e845db5d7721b4062f576f12f3d0137de49 (diff) |
typo
Change-Id: I2193e125d16617a72af8b58f6640b30e83eba37c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/01-deploybundle.sh | 2 |
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 ;; |