kandra: Default to installing "production", not "main".

This commit is contained in:
Alex Vandiver 2024-06-24 13:56:59 -04:00 committed by Tim Abbott
parent 1b9143b511
commit 92de254764
1 changed files with 1 additions and 1 deletions

View File

@ -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