mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
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:
parent
68fed450a9
commit
5865fbea26
@ -339,7 +339,7 @@ class BorgRepository(BaseBorgRepository):
|
|||||||
def name(self):
|
def name(self):
|
||||||
# TODO Use disk label as the name
|
# TODO Use disk label as the name
|
||||||
# Also, name isn't being used yet
|
# Also, name isn't being used yet
|
||||||
return self.repo_path
|
return self._path
|
||||||
|
|
||||||
def remove(self):
|
def remove(self):
|
||||||
"""Remove a repository from the kvstore."""
|
"""Remove a repository from the kvstore."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user