diff options
| author | horus | 2018-05-23 16:00:06 +0200 |
|---|---|---|
| committer | horus | 2018-05-23 16:00:06 +0200 |
| commit | 43e68bfffa96ca3764d5777cd8a64856f3a1bb19 (patch) | |
| tree | 350fb9bf9d5f74711d6f48d7bfc10e0162ca0497 | |
| parent | afdcbb3ce75c9beb82c75d270de58a9667f29589 (diff) | |
| download | alkobote-43e68bfffa96ca3764d5777cd8a64856f3a1bb19.tar.gz | |
Repairs --list-shops flag. (crawler)
| -rw-r--r-- | crawler/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/main.go b/crawler/main.go index a58310a..0f417b2 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -67,7 +67,7 @@ func main() { } // prints all crawlable shops - _flag := flag.Lookup("shops") + _flag := flag.Lookup("list-shops") if _flag != nil && "true" == _flag.Value.String() { log.SetLevel(log.InfoLevel) for _, shop := range shops { |
