From 6ef7538eb018afb109d3baa06acb470ddb0d3e70 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 28 May 2022 19:34:13 -0700 Subject: [PATCH] Fix typo in Bash completions script. --- borgmatic/commands/completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/commands/completion.py b/borgmatic/commands/completion.py index 0755be0e1..a9c787852 100644 --- a/borgmatic/commands/completion.py +++ b/borgmatic/commands/completion.py @@ -5,7 +5,7 @@ Your bash completions script is from a different version of borgmatic than is currently installed. Please upgrade your script so your completions match the command-line flags in your installed borgmatic! Try this to upgrade: - sudo sh -c "borgmatic --bash-completions > $BASH_SOURCE" + sudo sh -c "borgmatic --bash-completion > $BASH_SOURCE" source $BASH_SOURCE '''