Skip to content

Commit

Permalink
Update Get-OracleJava.ps1
Browse files Browse the repository at this point in the history
Remove data property which is inconsistent
  • Loading branch information
aaronparker committed Sep 18, 2023
1 parent 23789ae commit 0de3151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Evergreen/Private/Get-OracleJava.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function Get-OracleJava {
Write-Verbose -Message "$($MyInvocation.MyCommand): Build object for $($Type.Name)."
[PSCustomObject] @{
Version = $LatestVersion.version
Date = ConvertTo-DateTime -DateTime $LatestVersion.ga -Pattern $res.Get.Update.DateFormat
Sha256 = Invoke-WebRequestWrapper -uri "$($res.Get.Download.Uri[$Type.Key]).sha256" -ReturnObject "Content"
Type = Get-FileType -File $res.Get.Download.Uri[$Type.Key]
URI = $res.Get.Download.Uri[$Type.Key]
Expand Down

0 comments on commit 0de3151

Please sign in to comment.