diff --git a/bootstrap.ps1 b/bootstrap.ps1 index d6a7ff7..68aae81 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -21,5 +21,5 @@ $client = New-Object Net.WebClient $zip = Join-Path $tempDir.FullName winbootstrap.zip $client.DownloadFile("https://github.com/aroben/winbootstrap/zipball/master", $zip) Unzip-Files $zip $tempDir.FullName -$install = Resolve-Path (Join-Path $tempDir.FullName "*\install.cmd").Path +$install = (Resolve-Path (Join-Path $tempDir.FullName "*\install.cmd")).Path & $install