aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-04 16:04:16 -0500
committerJack Nagel2014-06-04 16:04:16 -0500
commit212181bbc62daa2e33d6cac434ab6a20e85d9482 (patch)
tree83084e818a125f1afcc6e71189d0c5a3a5a1d24d
parent7242365ff39b2184a81a7aaad40735daca0e1fbd (diff)
downloadbrew-212181bbc62daa2e33d6cac434ab6a20e85d9482.tar.bz2
Remove non-breaking space
-rw-r--r--Library/Contributions/brew_zsh_completion.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh
index edb700215..b4715212f 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 ;;