Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui authored May 11, 2024
1 parent adc8fcc commit 34dd483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-via-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- PackageName: "MongoDB.Compass.Isolated"
WebsiteURL: "https://www.mongodb.com/try/download/tools"
With: WinGetCreate
- PackageName: "MongoDB.Compass.ReadOnly"
- PackageName: "MongoDB.Compass.Readonly"
WebsiteURL: "https://www.mongodb.com/try/download/tools"
With: WinGetCreate
- PackageName: "Logitech.OptionsPlus"
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Update-Logitech.OptionsPlus.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if ($null -eq $versionInfo) {
exit 1
}

return $latestVersion, $latestVersionUrl
return $versionInfo, $latestVersionUrl
2 changes: 1 addition & 1 deletion Scripts/Update-MongoDB.DatabaseTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $PackageFilter = "mongodb-database-tools"
Write-Host "Try to update MongoDB Tools"

# Download the webpage
$website = Invoke-WebRequest -Uri $WebsiteURLrl
$website = Invoke-WebRequest -Uri $WebsiteURL

# Extract the content of the webpage
$content = $website.Content
Expand Down

0 comments on commit 34dd483

Please sign in to comment.