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