install-aws-server: Fix default_branch config name.

This commit is contained in:
Alex Vandiver 2022-06-23 11:47:17 -07:00 committed by M@
parent f5d4dea2f0
commit 9a3be2af64
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if [ -z "$SERVER" ] || [ -z "$ROLES" ]; then
echo
echo "[repo]"
echo "repo_url=git@github.com:zulip/zulip.git"
echo "branch=main"
echo "default_branch=main"
echo "[aws]"
echo "zone_id=Z2U988IEXAMPLE"
echo "security_groups=sg-01234567"