Skip to content

Commit

Permalink
Commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Ruth Fuchss <[email protected]>
  • Loading branch information
tang-mm and ru-fu authored Aug 1, 2024
1 parent ec26d18 commit 7659de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 7659de4

Please sign in to comment.