Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

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 Shailendra Gupta committed Mar 9, 2019
1 parent 23fc697 commit 3882e1e
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 3882e1e

Please sign in to comment.