Skip to content

Commit a0a8045

Browse files
committed
Fixed the remove command
Signed-off-by: Ashique Saidalavi <[email protected]>
1 parent 54c430a commit a0a8045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.expeditor/run_windows_tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference="stop"
22
Write-Host "Manually clearing the chef-test-kitchen-enterprise cache"
3-
Remove-Item -Recursive -Force "C:/workdir/vendor/bundle/ruby/3.1.0/cache/bundler/git/chef-test-kitchen-enterprise-dba8545c33365a2bffe55f9cb935af5b46709af2"
3+
Remove-Item -Recurse -Force "C:/workdir/vendor/bundle/ruby/3.1.0/cache/bundler/git/chef-test-kitchen-enterprise-dba8545c33365a2bffe55f9cb935af5b46709af2"
44
Write-Host "Cleaned the previous cache"
55

66
Write-Host "--- bundle install"

0 commit comments

Comments
 (0)