Skip to content

Commit b066a3b

Browse files
committed
corrected variable bulkSecurityFlags for ips file
1 parent 89100cb commit b066a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/bulkIpSecurity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Retrieving security information for a list of IP addresses with including additi
3939

4040
// If --file is provided, read IPs from file
4141
if bulkSecurityFlags.File != "" {
42-
file, err := os.Open(bulkIpgeoFlags.File)
42+
file, err := os.Open(bulkSecurityFlags.File)
4343
if err != nil {
4444
fmt.Println("Error opening file:", err)
4545
return

0 commit comments

Comments
 (0)