diff --git a/autopost.sh b/autopost.sh index 041bbb4..04eda86 100755 --- a/autopost.sh +++ b/autopost.sh @@ -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"