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 a5f3999 commit 2951dbdCopy full SHA for 2951dbd
src/script.sh
@@ -3,7 +3,7 @@
3
create_pull_request() {
4
# Download word list
5
# Source wordlist (branch names)
6
- mapfile -t words < <(curl -sL https://raw.githubusercontent.com/TomBos/TLC/master/src/word_lists/word_list.txt)
+ 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
9
WORD="${words[i]}"
0 commit comments