mirror of https://github.com/borgbackup/borg.git
add missing colon
This commit is contained in:
parent
c2913f5f10
commit
dbd4ac7f8d
|
@ -48,7 +48,7 @@ class AtticRepositoryConverter(Repository):
|
|||
"""find the attic keyfiles
|
||||
|
||||
the keyfiles are loaded by `KeyfileKey.find_key_file()`. that
|
||||
finds the keys with the right identifier for the repo
|
||||
finds the keys with the right identifier for the repo.
|
||||
|
||||
this is expected to look into $HOME/.attic/keys or
|
||||
$ATTIC_KEYS_DIR for key files matching the given Borg
|
||||
|
|
Loading…
Reference in New Issue