summaryrefslogtreecommitdiff
path: root/crawler/scrape.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/scrape.go')
-rw-r--r--crawler/scrape.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/scrape.go b/crawler/scrape.go
index d7797ca..4bc66e0 100644
--- a/crawler/scrape.go
+++ b/crawler/scrape.go
@@ -66,7 +66,7 @@ func (app *App) ScrapeShop(shop Shop) []Angebot {
return app.ScrapeWhic(shop)
case "Whisky.de":
return app.ScrapeWhiskyde(shop)
- case "Whiskysite.nl":
+ case "Whiskysite":
return app.ScrapeWhiskysitenl(shop)
case "Whisky World":
return app.ScrapeWhiskyworld(shop)