Skip to content

Commit

Permalink
Remove redundant error
Browse files Browse the repository at this point in the history
  • Loading branch information
root4loot committed Oct 1, 2024
1 parent 385c27f commit 28ee4a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func parseCLI() ([]string, *CLI, error) {
log.Info(Version)
return nil, nil, fmt.Errorf("version: %s", Version)
} else {
log.Error("Missing URL/file input. No targets provided.")
return nil, nil, fmt.Errorf("missing URL/file input. No targets provided")
}
}
Expand Down

0 comments on commit 28ee4a0

Please sign in to comment.