From 2316b7785cbdb7b88cf623bd094a046ee0aee4c6 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 19 Jun 2014 13:48:45 -0500 Subject: Make sure the doc stubs for windows modules have proper license headers --- examples/scripts/upgrade_to_ps3.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scripts') diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1 index 73f18a105f..fc924ccb64 100644 --- a/examples/scripts/upgrade_to_ps3.ps1 +++ b/examples/scripts/upgrade_to_ps3.ps1 @@ -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 -- cgit v1.2.1