fix(readme): Bug hbehebung #1

This commit is contained in:
2025-05-29 16:28:16 +02:00
parent 9d5455c4cc
commit efb759ad96

View File

@ -39,7 +39,7 @@ TYPES=(chore docs feat fix refactor style test)
for type in "${TYPES[@]}"; do
for i in {1..3}; do
random_string=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 8)
echo "Zufallsstring $i für Typ '$type': $random_string"
echo "Zufallsstring $i für Typ '$type': $random_string #$i"
echo "$random_string" >> "$README_FILE"
git add "$README_FILE"