about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/Unix/Command/_bzr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr
index 53c663b5f..618a1f0bc 100644
--- a/Completion/Unix/Command/_bzr
+++ b/Completion/Unix/Command/_bzr
@@ -9,7 +9,7 @@ _arguments -C \
     '1: :->cmd' \
     '*:: :->args' && ret=0
 
-if (( ! $+_svn_cmds )); then
+if (( ! $+_bzr_cmds )); then
     typeset -gH _bzr_cmds
     _bzr_cmds=(${(f)"$(_call_program bzr bzr shell-complete)"})
 fi