mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Make sure the doc stubs for windows modules have proper license headers
This commit is contained in:
parent
adc4e70c75
commit
2316b7785c
3 changed files with 47 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue