Skip to content

Commit b3f4ca4

Browse files
Ben HillisCopilot
andcommitted
setup-dev-env: quote config path for spaces in repo path
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 213b27d commit b3f4ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/setup-dev-env.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Write-Host "Running WinGet Configuration ($configFile)..." -ForegroundColor Cyan
6262
Write-Host " This will install: Developer Mode, CMake, VS 2022 + required components"
6363
Write-Host ""
6464

65-
winget configure -f $configPath --accept-configuration-agreements
65+
winget configure -f "$configPath" --accept-configuration-agreements
6666
if ($LASTEXITCODE -ne 0)
6767
{
6868
Write-Host "WinGet configuration failed." -ForegroundColor Red

0 commit comments

Comments
 (0)