From 212181bbc62daa2e33d6cac434ab6a20e85d9482 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Jun 2014 16:04:16 -0500 Subject: [PATCH] Remove non-breaking space --- Library/Contributions/brew_zsh_completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh index edb700215f..b4715212f4 100644 --- a/Library/Contributions/brew_zsh_completion.zsh +++ b/Library/Contributions/brew_zsh_completion.zsh @@ -124,7 +124,7 @@ case "$words[1]" in fi ;; untap) _brew_installed_taps - _wanted installed_taps expl 'installed taps' compadd -a installed_tapsĀ ;; + _wanted installed_taps expl 'installed taps' compadd -a installed_taps ;; upgrade) _brew_outdated_formulae _wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;