Skip to content

Commit

Permalink
Update check_history.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
  • Loading branch information
SBird1337 and Bassoonian authored Apr 7, 2024
1 parent d11bf60 commit cd796f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd796f8

Please sign in to comment.