Skip to content

Commit 38dcc61

Browse files
committed
Tries again refs #5
1 parent a272b3b commit 38dcc61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/Pod/To/Cached.pm6‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ method freeze( --> Bool ){
263263

264264
methodrm-cache(){
265265
if$*SPEC~~IO::Spec::Win32{
266-
shell"rmdir /S /Q \""~$.path.trans( ["/"] => ["\\"] ) ~"\"";
266+
shell"dir; rmdir /S /Q \""~$!path.trans( ["/"] => ["\\"] ) ~"\"";
267267
} else{
268-
shell"rm -rf $.path";
268+
shell"rm -rf $!path";
269269
}
270270
}
271271

0 commit comments

Comments
(0)