Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Not necessary to set chocolatey to the latest version if it pulls dow…
Browse files Browse the repository at this point in the history
…n the latest...
  • Loading branch information
ferventcoder committed Mar 9, 2012
1 parent d34231f commit 5525103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chocolateyInstall/InstallChocolatey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ if ($($env:Path).ToLower().Contains($($nugetExePath).ToLower()) -eq $false) {
}

# update chocolatey to the latest version
Write-Host "Updating chocolatey to the latest version"
cup chocolatey
#Write-Host "Updating chocolatey to the latest version"
#cup chocolatey

0 comments on commit 5525103

Please sign in to comment.