build: switch appimage build branch to develop

This commit is contained in:
Mike Salvatore 2021-04-14 14:44:02 -04:00
parent 6218a476af
commit 6ad68557fc
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ clone_monkey_repo() {
fi
log_message "Cloning files from git"
branch=${2:-"postgresql-workaround-2"}
branch=${2:-"develop"}
git clone --single-branch --recurse-submodules -b "$branch" "${MONKEY_GIT_URL}" "${REPO_MONKEY_HOME}" 2>&1 || handle_error
chmod 774 -R "${REPO_MONKEY_HOME}"