Skip to content

Commit

Permalink
Merge pull request #758 from aaronparker/apps
Browse files Browse the repository at this point in the history
Apps
  • Loading branch information
aaronparker authored Oct 24, 2024
2 parents 56d68b2 + 6f9b78b commit 0f873cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Evergreen/Apps/Get-MicrosoftWindowsApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Get-MicrosoftWindowsApp {
# Resolve the Microsoft FwLink URL
$params = @{
Uri = $Url
WarningAction = "Ignore"
WarningAction = "SilentlyContinue"
}
$ResolvedUrl = Resolve-MicrosoftFwLink @params

Expand Down
2 changes: 1 addition & 1 deletion Evergreen/Manifests/FoxitReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"DateTimePattern": "MM/dd/yy"
},
"Download": {
"Uri": "https://www.foxitsoftware.com/downloads/latest.html?product=Foxit-Enterprise-Reader&platform=Windows&version=#Version&package_type=msi&language=#Language&distID="
"Uri": "https://www.foxitsoftware.com/downloads/latest.html?product=Foxit-Enterprise-Reader&platform=Windows&version=&package_type=msi&language=#Language&distID="
}
},
"Install": {
Expand Down
2 changes: 1 addition & 1 deletion Evergreen/Manifests/JetBrainsDataGrip.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Update": {
"Uri": "https://data.services.jetbrains.com/products/releases?code=#ReplaceEdition&latest",
"Editions": {
"DataGrip": "CL"
"DataGrip": "DG"
},
"ReplaceEdition": "#ReplaceEdition",
"DatePattern": "yyyy-MM-dd"
Expand Down

0 comments on commit 0f873cf

Please sign in to comment.