1
0
Fork 0
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:
Antoine Beaupré 2015-10-01 08:41:44 -04:00
parent c2913f5f10
commit dbd4ac7f8d

View file

@ -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