Skip to content

Commit

Permalink
Fix typo: gupl --> gulp (sorin-ionescu#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman authored and jat255 committed May 4, 2020
1 parent a8a1e77 commit 6814805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/node/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6814805

Please sign in to comment.