Showing 1 changed files with 1 additions and 1 deletions
+1 -1
lib/Gitprep/Git.pm
... ...
@@ -840,7 +840,7 @@ sub object_type {
840 840
 sub repository {
841 841
   my ($self, $rep_info) = @_;
842 842
 
843
-  return unless -d $self->app->rep_path($rep_info->{user}, $rep_info->{project});
843
+  return unless -d $rep_info->{git_dir};
844 844
   
845 845
   my $rep = {};
846 846
   my @activity = $self->last_activity($rep_info);