Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we get a Str for a CompUnitRepo
  • Loading branch information
lizmat committed Nov 30, 2014
1 parent d027745 commit d8fe25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnitRepo/Locally.pm
Expand Up @@ -5,7 +5,7 @@ role CompUnitRepo::Locally {

my %instances;

method new(CompUnitRepo::Locally: $dir) {
method new(CompUnitRepo::Locally: $dir as Str) {
my $IO := CHANGE-DIRECTORY($dir,$*CWD,&FILETEST-R);
return Nil unless $IO;

Expand Down

0 comments on commit d8fe25a

Please sign in to comment.