Skip to content

Commit

Permalink
Fixed Branch checkout in generate_config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Aug 10, 2023
1 parent 025fd03 commit 1db8990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1db8990

Please sign in to comment.