mirror of https://github.com/zulip/zulip.git
kandra: Default to installing "production", not "main".
This commit is contained in:
parent
1b9143b511
commit
92de254764
|
@ -35,7 +35,7 @@ args="$(getopt -o '' --long help,branch:,roles:,debug-key: -n "$0" -- "$@")" ||
|
|||
}
|
||||
eval "set -- $args"
|
||||
|
||||
BRANCH="main"
|
||||
BRANCH="production"
|
||||
ROLES="base"
|
||||
DEBUG_KEY=""
|
||||
while true; do
|
||||
|
|
Loading…
Reference in New Issue