Skip to content

Commit

Permalink
-f region wasnt working as we missed it!
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Mar 21, 2022
1 parent 177ce9d commit 1a0f10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipinfo/utils_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ func outputFieldBatchCore(
rowFuncs = append(rowFuncs, outputFieldCoreAnycast)
case "city":
rowFuncs = append(rowFuncs, outputFieldCoreCity)
case "region":
rowFuncs = append(rowFuncs, outputFieldCoreRegion)
case "country":
rowFuncs = append(rowFuncs, outputFieldCoreCountry)
case "country_name":
Expand Down

0 comments on commit 1a0f10d

Please sign in to comment.