Skip to content

Commit

Permalink
Merge pull request #2426 from n3wjack/master
Browse files Browse the repository at this point in the history
(vim) Fix for issue #2390
  • Loading branch information
TheCakeIsNaOH authored Feb 10, 2024
2 parents b7b2c38 + a02e0f1 commit eacd639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $installArgs = @{

'$installDir', ($installDir | Out-String), '$packageArgs', ($packageArgs | Out-String), '$installArgs', ($installArgs | Out-String) | ForEach-Object { Write-Debug $_ }

Install-ChocolateyZipPackage @packageArgs | Write-Debug
Get-ChocolateyUnzip @packageArgs | Write-Debug
Start-ChocolateyProcessAsAdmin @installArgs | Write-Debug
Set-Content -Path "$toolsDir\installDir" -Value $installDir
Create-SymbolicLink

0 comments on commit eacd639

Please sign in to comment.