Skip to content

Commit

Permalink
fixing #52 silent flag not working with update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Noman :) committed Jul 2, 2021
1 parent 1b129a0 commit 9b7969b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/webanalyze/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ func main() {
log.Fatalf("error: can not update apps file: %v", err)
}

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

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

0 comments on commit 9b7969b

Please sign in to comment.