Skip to content

Commit

Permalink
Revert "Stick mongodb version to 4.4.7 (#3747)" (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketimofeev authored Jul 22, 2021
1 parent c7cfdf2 commit 55fe797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/win/scripts/Installers/Install-MongoDB.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Desc: Install MongoDB
####################################################################################

Choco-Install -PackageName mongodb -ArgumentList "--version=4.4.7"
Choco-Install -PackageName mongodb
$mongoPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'mongodb'").PathName
$mongoBin = Split-Path -Path $mongoPath.split('"')[1]
Add-MachinePathItem "$mongoBin"
Expand Down

0 comments on commit 55fe797

Please sign in to comment.