فهرست منبع

Fix typo in Bash completions script.

Dan Helfman 3 سال پیش
والد
کامیت
6ef7538eb0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      borgmatic/commands/completion.py

+ 1 - 1
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
 currently installed. Please upgrade your script so your completions match the
 command-line flags in your installed borgmatic! Try this to upgrade:
 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
     source $BASH_SOURCE
 '''
 '''