Commit 231fc84c by Michael DeHaan

Merge pull request #8671 from nathansoz/patch-2

$powershellpath is called as ".$powershellpath"
parents f2adee9f f0004b16
...@@ -79,4 +79,4 @@ else ...@@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1] $FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename" download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath ".$powershellpath\$filename" -ArgumentList /quiet Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment