From cd796f80e58f753f7d21cc737e7d830bd2e73b26 Mon Sep 17 00:00:00 2001 From: Philipp AUER Date: Sun, 7 Apr 2024 13:10:20 +0200 Subject: [PATCH] Update check_history.sh Co-authored-by: Bassoonian --- check_history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_history.sh b/check_history.sh index 782b66b8d656..f8a2e02d5a27 100755 --- a/check_history.sh +++ b/check_history.sh @@ -29,7 +29,7 @@ if [ "$has_hist" ] then exit 0 else - echo -e "\033[0;31mfatal: \033[0m\033[1;33mno git history found. You will be unable to use version control, update the expansion or use feature branches. To use version control use \`git\` to clone the repository instead of using \"Download Zip\" on github. Run \`touch .histignore\` to ignore this and continue anyways.\033[0m" + echo -e "\033[0;31mfatal: \033[0m\033[1;33mno git history found. You will be unable to use version control, update pokemon_expansion, or use feature branches. To use version control, use \`git\` to clone the repository instead of using \"Download Zip\" on GitHub. Run \`touch .histignore\` to ignore this and continue anyways.\033[0m" exit 1 fi