Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Aug 10, 2018
1 parent 11f1512 commit ec3f43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ isCodeSubdirectory: aNode
| nodeLocation repositorySubdirectoryLocation |
nodeLocation := self repository location resolve: aNode path.
repositorySubdirectoryLocation := self repository subdirectoryReference.
^ nodeLocation = repositorySubdirectoryLocation
^ nodeLocation pathString = repositorySubdirectoryLocation pathString

0 comments on commit ec3f43c

Please sign in to comment.