Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #26 from glennblock/20
Browse files Browse the repository at this point in the history
Issue #20 - Error trying to install a local build
  • Loading branch information
paulbouwer committed Feb 7, 2015
2 parents 2214ab1 + 2819689 commit c966ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/svm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ function Svm-InstallVersionFromPath
[string] $mode
)

New-Item -ItemType Directory -Force -Path $versionsPath | Out-Null
$version = $version.Trim()
$installPath = [System.IO.Path]::Combine($versionsPath, $version)
if (Test-Path $installPath)
Expand Down

0 comments on commit c966ab8

Please sign in to comment.