backups: Minor change to disk repository name

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-08-28 15:19:49 -07:00 committed by James Valleroy
parent 68fed450a9
commit 5865fbea26
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -339,7 +339,7 @@ class BorgRepository(BaseBorgRepository):
def name(self):
# TODO Use disk label as the name
# Also, name isn't being used yet
return self.repo_path
return self._path
def remove(self):
"""Remove a repository from the kvstore."""