Skip to content

Commit

Permalink
dictionary update - remove "armour" and "initialise"
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Apr 2, 2024
1 parent f2fcee1 commit 084655b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class DownloadDictionaryFileTask extends DefaultMappingsTask {
public static final String TASK_NAME = "downloadDictionaryFile";

public static final String REVISION = "df0235679d00423d06636a9c1bf0120055ca232a";
public static final String REVISION = "2093ffe06086bbb1dfe35428975dbbc3248aa89f";
public static final String DEFAULT_DICTIONARY_FILE = "https://raw.githubusercontent.com/ix0rai/qm-base-allowed-wordlist/" + REVISION + "/allowed_english_words.txt";
@OutputFile
private final File output;
Expand Down

1 comment on commit 084655b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No difference between head and target.

Please sign in to comment.