From 52189490a287f278a72b0ea59e4f7a9c6fb77d87 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 30 Jan 2025 09:48:55 -0800 Subject: [PATCH] Docstring typo (#961). --- borgmatic/hooks/credential/passcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/hooks/credential/passcommand.py b/borgmatic/hooks/credential/passcommand.py index 23cf5845..8ffe6ad5 100644 --- a/borgmatic/hooks/credential/passcommand.py +++ b/borgmatic/hooks/credential/passcommand.py @@ -36,7 +36,7 @@ def load_credential(hook_config, config, credential_name): ''' Given the hook configuration dict, the configuration dict, and a credential name to load, call the configured passcommand to produce and return an encryption passphrase. In effect, we're - doing an end-run around Borg by invoking its passcommand ourself. This allows us to pass the + doing an end-run around Borg by invoking its passcommand ourselves. This allows us to pass the resulting passphrase to multiple different Borg invocations without the user having to be prompted multiple times.