diff --git a/autopost.sh b/autopost.sh index 04eda86..370ed82 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 #$i" + echo "Zufallsstring $i für Typ '$type': $random_string #1" echo "$random_string" >> "$README_FILE" git add "$README_FILE"