diff --git a/Makefile b/Makefile index a2417f5..a8851ac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.2 (2025-08-10) +# git helper Makefile: Version 2.3 (2025-08-10) default: help .ONESHELL: @@ -47,10 +47,7 @@ init: print_head fi # Create venv if needed if [[ -e $(VENV_FLAG) ]]; then - if [[ ! -e $(VENV_FOLDER) ]]; then - echo -e "\033[1;33mCreating virtual env...\e[0m" - mkvenv - fi + mkvenv fi # Start local init echo -e "\033[1;33mDoing localinit...\e[0m"