Skip to content

Commit 2951dbd

Browse files
committed
Pulling wordlist from diffirent file
1 parent a5f3999 commit 2951dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
create_pull_request() {
44
# Download word list
55
# Source wordlist (branch names)
6-
mapfile -t words < <(curl -sL https://raw.githubusercontent.com/TomBos/TLC/master/src/word_lists/word_list.txt)
6+
mapfile -t words < <(curl -sL https://raw.githubusercontent.com/TomBos/TLC/refs/heads/build/word_list.txt)
77

88
for i in $(seq 0 "$2"); do
99
WORD="${words[i]}"

0 commit comments

Comments
 (0)