Skip to content

Commit

Permalink
Merge 5928f4c into e952f5b
Browse files Browse the repository at this point in the history
  • Loading branch information
knightofni-i committed Nov 10, 2020
2 parents e952f5b + 5928f4c commit 26b3786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doorstop/core/item.py
Expand Up @@ -664,7 +664,7 @@ def find_references(self):
keyword = ref_item["keyword"] if "keyword" in ref_item else None

reference = self.reference_finder.find_file_reference(
path, self.root, self.tree, path, keyword
path, self.root, self.tree, self.path, keyword
)
references.append(reference)
return references
Expand Down

0 comments on commit 26b3786

Please sign in to comment.