Skip to content

Commit

Permalink
ci-operator/step-registry/ipi/conf: Default guard for Azure region se…
Browse files Browse the repository at this point in the history
…lection

To match the other case statements in this file.
  • Loading branch information
wking committed Feb 4, 2020
1 parent 7dd5bf3 commit 1d3125c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-operator/step-registry/ipi/conf/ipi-conf-commands.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ azure4)
5) azure_region=eastus;;
6) azure_region=eastus2;;
7) azure_region=westus;;
*) echo >&2 "invalid Azure region index"; exit 1;;
esac
echo "Azure region: ${azure_region}"
vnetrg=""
Expand Down

0 comments on commit 1d3125c

Please sign in to comment.