We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455f860 commit 606db12Copy full SHA for 606db12
src/script.sh
@@ -5,7 +5,7 @@ create_pull_request() {
5
# Source wordlist (branch names)
6
mapfile -t words < <(curl -sL https://raw.githubusercontent.com/TomBos/TLC/refs/heads/build/word_list.txt)
7
8
- for i in $(seq 0 "$2"); do
+ for i in $(seq 1 "$2"); do
9
WORD="${words[i]}"
10
git checkout -b "$WORD"
11
0 commit comments