diff options
Diffstat (limited to 'ci/odl')
-rwxr-xr-x | ci/odl/01-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh index 87352666..82d22883 100755 --- a/ci/odl/01-deploybundle.sh +++ b/ci/odl/01-deploybundle.sh @@ -24,7 +24,7 @@ case "$3" in 'intelpod6' ) sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml ;; - 'intelpod6' ) + 'intelpod5' ) sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml ;; esac |