From 27d97f659b2d6d640febbf5133d0765b5d88f907 Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Tue, 9 Nov 2021 00:24:32 -0300 Subject: [PATCH] Corrected "expected input" comment --- main.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 00ea8cf..43acaf3 100644 --- a/main.go +++ b/main.go @@ -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) {