mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
parent
b2b3d99839
commit
4ff086c1a8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Function Chocolatey-Install-Upgrade
|
||||||
{
|
{
|
||||||
$script:executable = "choco.exe"
|
$script:executable = "choco.exe"
|
||||||
|
|
||||||
if ((choco --version) -lt '0.9.9')
|
if ([Version](choco --version) -lt [Version]'0.9.9')
|
||||||
{
|
{
|
||||||
Choco-Upgrade chocolatey
|
Choco-Upgrade chocolatey
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue