Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Panda breakage caused by S16|S32/IO refactor
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent 51fc726 commit 29e0bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda/Fetcher.pm
Expand Up @@ -43,7 +43,7 @@ sub git-fetch($from, $to) {
sub local-fetch($from, $to) {
# We need to eagerify this, as we'll sometimes
# copy files to a subdirectory of $from
my $cleanup = $from.IO.path.cleanup;
my $cleanup = $from.IO.cleanup;
my $cleanup_chars = $cleanup.chars;
for eager find(dir => $from).list {
my $d = IO::Spec.catpath($_.volume, $_.directory, '');
Expand Down

0 comments on commit 29e0bcb

Please sign in to comment.