Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (GH-908) Fix Double Chocolatey folder for $file
  • Loading branch information
ferventcoder committed Sep 2, 2016
2 parents b077c3a + 602fd0f commit bd7b2c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Pro / Business supports a single, ubiquitous install directory option.
# remove \chocolatey\chocolatey\
$silentArgs = $silentArgs -replace '\\chocolatey\\chocolatey\\', '\chocolatey\'
$additionalInstallArgs = $additionalInstallArgs -replace '\\chocolatey\\chocolatey\\', '\chocolatey\'
$file = $file -replace '\\chocolatey\\chocolatey\\', '\chocolatey\'

$workingDirectory = Get-Location
try {
Expand Down

0 comments on commit bd7b2c5

Please sign in to comment.