Skip to content

Commit a79abf9

Browse files
committed
Update free-disk-space-windows.ps1
1 parent 72c203c commit a79abf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/free-disk-space-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $dirs = 'Does not exit',
1717
'C:\does not exist', 'oh no'
1818

1919
foreach ($dir in $dirs) {
20-
Start-ThreadJob -InputObject $dir -ScriptBlock { Remove-Item -Recurse -Force -LiteralPath $dir }
20+
Start-ThreadJob -InputObject $dir -ScriptBlock { Remove-Item -Recurse -Force -LiteralPath $input }
2121
}
2222

2323
foreach ($job in Get-Job) {

0 commit comments

Comments
 (0)