Replace non-breaking space with space
This commit is contained in:
parent
68c949470e
commit
759b19b54d
|
@ -161,7 +161,7 @@ case "$words[1]" in
|
||||||
_wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;
|
_wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;
|
||||||
untap)
|
untap)
|
||||||
_brew_installed_taps
|
_brew_installed_taps
|
||||||
_wanted installed_taps expl 'installed taps' compadd -a installed_taps ;;
|
_wanted installed_taps expl 'installed taps' compadd -a installed_taps ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
|
Loading…
Reference in New Issue