We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89100cb commit b066a3bCopy full SHA for b066a3b
1 file changed
cmd/bulkIpSecurity.go
@@ -39,7 +39,7 @@ Retrieving security information for a list of IP addresses with including additi
39
40
// If --file is provided, read IPs from file
41
if bulkSecurityFlags.File != "" {
42
- file, err := os.Open(bulkIpgeoFlags.File)
+ file, err := os.Open(bulkSecurityFlags.File)
43
if err != nil {
44
fmt.Println("Error opening file:", err)
45
return
0 commit comments