Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 12, 2024
1 parent c98bc3f commit b023a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/solarwinds-backup-manager/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function global:au_GetLatest {
. ..\..\scripts\Get-FileVersion.ps1
$FileVersion = Get-FileVersion $url

$Latest = @{ URL32 = $url32; Version = $FileVersion.Version; Checksum32 = $FileVersion.Checksum; ChecksumType32 = $FileVersion.ChecksumType }
$Latest = @{ URL32 = $url; Version = $FileVersion.Version; Checksum32 = $FileVersion.Checksum; ChecksumType32 = $FileVersion.ChecksumType }
return $Latest
}

Expand Down

0 comments on commit b023a30

Please sign in to comment.