From 7659de49d896a613a6120ce447e470edd1e09466 Mon Sep 17 00:00:00 2001 From: tang-mm <3333407+tang-mm@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:55:11 +0800 Subject: [PATCH] Commit suggestion Co-authored-by: Ruth Fuchss --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 0902568e..c93c4b43 100755 --- a/init.sh +++ b/init.sh @@ -35,7 +35,7 @@ fi # Check if .gitignore exists in the destination directory # If exists, append the contents of the source .gitignore to the destination .gitignore if [ -f "$install_directory/.gitignore" ]; then - echo "ACTION REQUIRED: .gitignore already exists in the destination directory. Check the contents before saving the file!" + echo "ACTION REQUIRED: .gitignore already exists in the destination directory." read -p "Do you want to append the list of ignored files for Sphinx docs to the existing .gitginore? Enter 'n' to skip. (y/n): " confirm if [ "$confirm" = "y" ]; then echo "Appending contents to the existing .gitignore..."