GIT_SILENT Use right var name.

wilder
Michael Pyne 12 years ago
parent 7fe0f3f13d
commit 88d583b41c
  1. 2
      modules/ksb/Module.pm

@ -1007,7 +1007,7 @@ sub fullProjectPath
{
my $self = shift;
my $path = $self->getOption('#xml-full-path', 'module') ||
croak_internal("Tried to ask for full path of a module $_ that doesn't have one!");
croak_internal("Tried to ask for full path of a module $self that doesn't have one!");
return $path;
}

Loading…
Cancel
Save