Fix typo
This commit is contained in:
parent
9ec1ee3150
commit
f824770223
@ -235,7 +235,7 @@ class Translation(models.Model):
|
||||
'''
|
||||
Returns current Git blob for file.
|
||||
'''
|
||||
repo = self.translation.get_repo()
|
||||
repo = self.subproject.get_repo()
|
||||
tree = repo.tree()
|
||||
return tree[self.filename]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user