diff --git a/PBGitTree.m b/PBGitTree.m index d871d55..51fadd2 100644 --- a/PBGitTree.m +++ b/PBGitTree.m @@ -66,7 +66,7 @@ - (NSString*) contents { if (!leaf) - return [NSString stringWithFormat:@"This is a tree with path %@", self]; + return [NSString stringWithFormat:@"This is a tree with path %@", [self fullPath]]; NSData* data = nil;