Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Feb 1, 2025
1 parent eefe437 commit 32dbba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SReview/Files/Factory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ sub _probe_children {
foreach my $file(glob($self->globpattern)) {
my $child;
if(-d $file) {
$child = SReview::Files::Collection::direct->new(baseurl => join("/", $self->baseurl, basename($file)), download_verbose => $self->download_verbos);
$child = SReview::Files::Collection::direct->new(baseurl => join("/", $self->baseurl, basename($file)), download_verbose => $self->download_verbose);
} else {
my $basename = substr($file, length($self->baseurl));
while(substr($basename, 0, 1) eq '/') {
Expand Down

0 comments on commit 32dbba6

Please sign in to comment.