aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-04 16:04:16 -0500
committerJack Nagel2014-06-04 16:04:16 -0500
commit4f2f7071e0b429889df8d33531fb3d00987070b5 (patch)
treea5497768d5949621131ead9ec7d7d897cd334061
parente769a69ce6d7762621eedc7c8e824cb8435cd9c7 (diff)
downloadhomebrew-4f2f7071e0b429889df8d33531fb3d00987070b5.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 ;;