Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (GH-241) Posh Command Install uses bad path
  • Loading branch information
ferventcoder committed Apr 13, 2015
2 parents 165aac2 + a830a70 commit a7e9cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ param(
Get-ChocolateyWebFile $packageName $psFileFullPath $url $url64bit -checksum $checksum -checksumType $checksumType -checksum64 $checksum64 -checksumType64 $checksumType64
}

$nugetPath = $(Split-Path -parent $(Split-Path -parent $helpersPath))
$nugetPath = $(Split-Path -parent $helpersPath)
$nugetExePath = Join-Path $nuGetPath 'bin'

$cmdName = [System.IO.Path]::GetFileNameWithoutExtension($psFileFullPath)
Expand Down

0 comments on commit a7e9cae

Please sign in to comment.