Skip to content

Commit 3e13827

Browse files
committed
Correct path
1 parent fc56b27 commit 3e13827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pod/To/Cached.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ method freeze( --> Bool ) {
264264
method rm-cache() {
265265
if $*SPEC ~~ IO::Spec::Win32 {
266266
my $win-path = "$*CWD/$!path".trans( ["/"] => ["\\"] );
267-
shell "rm $win-path\.lock";
267+
shell "rm $win-path\\.lock";
268268
shell "rmdir /S /Q $win-path" ;
269269
shell "rmdir $win-path";
270270
} else {

0 commit comments

Comments
 (0)