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

Commit

Permalink
updating log message for cver
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Aug 8, 2012
1 parent d4c79d4 commit 91447d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/Chocolatey-Version.ps1
Expand Up @@ -8,7 +8,7 @@ param(

$packages = $packageName
if ($packageName -eq 'all') {
Write-Debug "Updating all packages in $nugetLibPath"
Write-Debug "Reading all packages in $nugetLibPath"
$packageFolders = Get-ChildItem $nugetLibPath | sort name
$packages = $packageFolders -replace "(\.\d{1,})+"|gu
}
Expand Down

0 comments on commit 91447d6

Please sign in to comment.