Make sure the doc stubs for windows modules have proper license headers

This commit is contained in:
Matt Martz 2014-06-19 13:48:45 -05:00
parent adc4e70c75
commit 2316b7785c
3 changed files with 47 additions and 1 deletions

View file

@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath "$powershell\$filename" -ArgumentList /quiet
Start-Process -FilePath ".$powershellpath\$filename" -ArgumentList /quiet