Skip to content

Commit

Permalink
Merge pull request #53 from bugbaba/master
Browse files Browse the repository at this point in the history
Fix for issue #52
  • Loading branch information
rverton authored Jul 3, 2021
2 parents 12f8227 + 9b7969b commit 16b2d69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/webanalyze/main.go
Original file line number Diff line number Diff line change
@@ -64,7 +64,9 @@ func main() {
log.Fatalf("error: can not update apps file: %v", err)
}

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

if host == "" && hosts == "" {
return

0 comments on commit 16b2d69

Please sign in to comment.