Skip to content

Commit

Permalink
Corrected "expected input" comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsIgnacioPortal committed Nov 9, 2021
1 parent cb32b10 commit 27d97f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,8 @@ func updateFireBountyJSON() {
}

//we may recieve one like the following as scope:
// http://example.com
// http://*.example.com
// http://192.168.0.1
// http://192.168.0.1/24
// example.com
// *.example.com
// 192.168.0.1
// 192.168.0.1/24
func parseScopes(scope string, targetsListFilepath string, isWilcard bool) {
Expand Down

0 comments on commit 27d97f6

Please sign in to comment.