Skip to content

Commit

Permalink
Try to fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jul 11, 2024
1 parent 46c539a commit 167c557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stache/Stores/RevisionsStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function save($item)
public function delete($item)
{
if ($item instanceof WorkingCopy) {
$this->deleteItemFromDisk($item);
File::delete($item->path()); // windows fix - deleteItemFromDisk didnt work

return;
}
Expand Down

0 comments on commit 167c557

Please sign in to comment.