bugfix: renamed function parameter in 5090a04

This commit is contained in:
Baipyrus 2024-11-25 14:25:44 +01:00
parent 7e8bc5fa19
commit 80a34d44c3

View File

@ -51,10 +51,10 @@ function InstallWSLNeovim
Import-Module ./windows.psm1
ProcessUrlFiles -sourceDir $source
Push-Location
ProcessUrlFiles -source $source
Set-Location "$env:TMP\nvim-config"
Write-Host "Copying (forcably) configuration to WSL..." -ForegroundColor Yellow
wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null
Pop-Location