summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawler/utility.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/utility.go b/crawler/utility.go
index dd37e16..3c8a6a6 100644
--- a/crawler/utility.go
+++ b/crawler/utility.go
@@ -167,7 +167,7 @@ func detect_spirit_type(name string) string {
if matched {
return "Pisco"
}
- matched, err = regexp.MatchString(`(^|\s)Absinth(\s|$)`, name)
+ matched, err = regexp.MatchString(`(^|\s)Absint(h?)(\s|$)`, name)
if err != nil {
Fatal(err, "Absinth regex failed")
}