mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 10:49:16 +00:00
add missing colon
This commit is contained in:
parent
c2913f5f10
commit
dbd4ac7f8d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def find_attic_keyfile(self):
|
||||||
"""find the attic keyfiles
|
"""find the attic keyfiles
|
||||||
|
|
||||||
the keyfiles are loaded by `KeyfileKey.find_key_file()`. that
|
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
|
this is expected to look into $HOME/.attic/keys or
|
||||||
$ATTIC_KEYS_DIR for key files matching the given Borg
|
$ATTIC_KEYS_DIR for key files matching the given Borg
|
||||||
|
|
Loading…
Reference in a new issue