Skip to content

Commit

Permalink
Fix bug introduced w/ -Asn param of Get-CIF3Indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis332 committed Mar 29, 2023
1 parent 29066b7 commit 0851bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CIF3.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
RootModule = 'CIF3.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -105,7 +105,7 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Adds -Asn param to Get-CIF3Indicator cmdlet to filter by autonomous system number.'
ReleaseNotes = 'Fix Get-CIF3Indicator cmdlet -Asn param using default value of 0.'

} # End of PSData hashtable

Expand Down
2 changes: 1 addition & 1 deletion Public/Get-CIF3Indicator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Get-CIF3Indicator {

[float]$Confidence = 5,

[uint32]$Asn,
[nullable[uint32]]$Asn,

[string[]]$Provider,

Expand Down

0 comments on commit 0851bad

Please sign in to comment.