Browse Source

Fixed Branch checkout in generate_config.sh

DerLinkman 2 years ago
parent
commit
1db8990271
1 changed files with 1 additions and 1 deletions
  1. 1 1
      generate_config.sh

+ 1 - 1
generate_config.sh

@@ -189,7 +189,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then
   done
 
   git fetch --all
-  git checkout -f $git_branch
+  git checkout -f $MAILCOW_BRANCH
 
 elif [[ ${SKIP_BRANCH} == y ]]; then
   echo -e "\033[33mEnabled Dev Mode.\033[0m"