Skip to content

Commit 602c2f0

Browse files
committed
Refactor reminder messages in create_post.sh to be consistent with the PowerShell version.
1 parent c1cc945 commit 602c2f0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

create_post.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ EOF
4242

4343
echo "Blog post template created at $file_path"
4444
echo ""
45-
echo "Reminder: Use existing categories and tags when possible."
46-
echo " Existing categories: Business, Career, Community, Culture, Security, Technical"
47-
echo " To see existing tags, run: grep -rh ' - ' docs/posts/*/index.md docs/posts/*/*/index.md docs/posts/*/*/*/index.md | grep -v '^authors' | sort -u"
45+
echo "Reminder: Use existing categories and tags when possible."

0 commit comments

Comments
 (0)