Skip to content

Commit

Permalink
Change version registry value
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Sep 13, 2024
1 parent 9b04e31 commit 2f36c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Winget-AutoUpdate/Winget-Upgrade.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if (Test-Network) {
if ($IsSystem) {

#Get Current Version
$WAUCurrentVersion = $WAUConfig.DisplayVersion
$WAUCurrentVersion = $WAUConfig.ProductVersion
Write-ToLog "WAU current version: $WAUCurrentVersion"

#Check if WAU update feature is enabled or not if run as System
Expand Down

0 comments on commit 2f36c3f

Please sign in to comment.