mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-28 17:01:44 -07:00
Merge pull request #8671 from nathansoz/patch-2
$powershellpath is called as ".$powershellpath"
This commit is contained in:
commit
231fc84cce
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ else
|
|||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
Start-Process -FilePath ".$powershellpath\$filename" -ArgumentList /quiet
|
||||
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue