1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-09-27 21:02:38 +00:00

Fix typo: gupl --> gulp (#1668)

This commit is contained in:
Jeff Widman 2019-01-02 18:04:07 -08:00 committed by Kaleb Elwert
parent a338cba805
commit 4a16d3fa50

View File

@ -34,7 +34,7 @@ fi
typeset -A compl_commands=(
npm 'npm completion'
grunt 'grunt --completion=zsh'
gupl 'gulp --completion=zsh'
gulp 'gulp --completion=zsh'
)
for compl_command in "${(k)compl_commands[@]}"; do