diff --git a/to_git.sh b/to_git.sh index eda8f3d..03ffea7 100644 --- a/to_git.sh +++ b/to_git.sh @@ -10,7 +10,7 @@ read -r COMMENT # Add all the modified files to the intended commit: git add . -echo "File added." +echo "Files added." # Make the commit: git commit -m "$COMMENT"