Skip to main content

Tweak the wording of my book commits

ID
bb36cd6
date
2024-01-13 23:29:06+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
6e296bb
message
Tweak the wording of my book commits
changed files
1 file, 1 addition, 1 deletion

Changed files

textexpander/create_books_commit_message (622) → textexpander/create_books_commit_message (620)

diff --git a/textexpander/create_books_commit_message b/textexpander/create_books_commit_message
index ca8f0fe..e85c93a 100755
--- a/textexpander/create_books_commit_message
+++ b/textexpander/create_books_commit_message
@@ -14,5 +14,5 @@ set -o nounset
 pushd ~/repos/books.alexwlchan.net >/dev/null
     markdown_file=$(git diff --cached --name-only | grep ".md$" | head -n 1)
     title=$(grep 'title:' "$markdown_file" | head -n 1 | sed 's/^ *title: *//')
-    echo -n "Create entry for \"$title\""
+    echo -n "Add review for \"$title\""
 popd >/dev/null