Skip to content

Commit

Permalink
Update name of country
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 1, 2022
1 parent 1ab5aeb commit 56281ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Converts/Convert-CountryToCountryCode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'Culture' = [cultureinfo] 'CZ'
'RegionInformation' = [System.Globalization.RegionInfo] 'CZ'
}
'Korea, REPUBLIC' = @{
'Korea, REPUBLIC OF' = @{
'Culture' = [cultureinfo] 'KR'
'RegionInformation' = [System.Globalization.RegionInfo] 'KR'
}
Expand Down

0 comments on commit 56281ce

Please sign in to comment.