Skip to content

Commit 92f335a

Browse files
committed
fix: minor update to generate.sh
1 parent 09c4656 commit 92f335a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm -rf etc .circleci .editorconfig .github .mvn checkstyle-suppressions.xml CONT
1818
find . -maxdepth 2 -type d -exec bash -c 'cd "{}" && pwd && rm -rf src pom.xml *.ucls *.puml .gitignore' \;
1919

2020
rm -vf README.md
21-
$ROOT_DIR/index.sh "en" "Design Pattern Catalog | Java Design Patterns" "Catalog of Java Design Patterns for Developers | Java Design Patterns" "Discover the full list of Java design patterns. This comprehensive guide provides you with all the information you need to master pattern implementation in your Java applications."
21+
$ROOT_DIR/index.sh "en" "Design Pattern Catalog" "Catalog of Java Design Patterns for Developers" "Discover the full list of Java design patterns. This comprehensive guide provides you with all the information you need to master pattern implementation in your Java applications."
2222

2323
# Setup java-design-patterns - localizations
2424
languages=( zh ko es )

0 commit comments

Comments
 (0)