diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-08 14:23:15 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-08 14:23:15 +0000 |
commit | 5001cb4232655ee80f68afa23c9f501a35ed4ee5 (patch) | |
tree | 27f44932698ad46ba1c0a2527a29a4a0681bfd9f | |
parent | c7e0bdde581611925ae963523dd585808429d8eb (diff) | |
download | SkyHanni-REPO-5001cb4232655ee80f68afa23c9f501a35ed4ee5.tar.gz SkyHanni-REPO-5001cb4232655ee80f68afa23c9f501a35ed4ee5.tar.bz2 SkyHanni-REPO-5001cb4232655ee80f68afa23c9f501a35ed4ee5.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/735c6edad7032046640c261d267142f7d493445f
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index b40411e..2b4358c 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,6 +1,6 @@ { - "sourceLabel": "6b4f42a", + "sourceLabel": "735c6ed", "regexes": { - "harp.inventory": "^Harp.*_wrong" + "harp.inventory": "^Harp.*" } }
\ No newline at end of file |