mirror of https://github.com/zulip/zulip.git
install-aws-server: Fix default_branch config name.
This commit is contained in:
parent
f5d4dea2f0
commit
9a3be2af64
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue