Skip to content

Commit 7d03e31

Browse files
committed
chore: fix typo in generate.sh script
1 parent 69da0ad commit 7d03e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# =========================
77
CHAT_DIR="/ABSOLUTE/PATH/TO/YOUR/chat/repo"
88
if [[ "$CHAT_DIR" == "/ABSOLUTE/PATH/TO/YOUR/chat/repo" ]]; then
9-
echo "❌ Please edit scripts/gen-feeds.sh and set CHAT_DIR to your local chat repo path"
9+
echo "❌ Please edit scripts/generate.sh and set CHAT_DIR to your local chat repo path"
1010
exit 1
1111
fi
1212

0 commit comments

Comments
 (0)