Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rverton/webanalyze
Browse files Browse the repository at this point in the history
  • Loading branch information
rverton committed Dec 2, 2021
2 parents 591b9bd + 71f6751 commit 051bb30
Show file tree
Hide file tree
Showing 3 changed files with 36,430 additions and 21,018 deletions.
4 changes: 2 additions & 2 deletions cmd/webanalyze/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ func main() {
}

if update {
err = webanalyze.DownloadFile(webanalyze.WappalyzerURL, "technologies.json")
err = webanalyze.DownloadFile("technologies.json")
if err != nil {
log.Fatalf("error: can not update apps file: %v", err)
}

if !silent {
log.Println("app definition file updated from ", webanalyze.WappalyzerURL)
log.Println("app definition file updated")
}

if host == "" && hosts == "" {
Expand Down

0 comments on commit 051bb30

Please sign in to comment.