Skip to content

Commit

Permalink
Merge pull request #4700 from giordanovi/master
Browse files Browse the repository at this point in the history
Update gulp.plugin.zsh
  • Loading branch information
mcornella committed Dec 15, 2015
2 parents 4b95c16 + 015437c commit 6ad6d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/gulp/gulp.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# in the current directory.
#
function $$gulp_completion {
local compls=$(gulp --tasks-simple 2>/dev/null)
compls=$(gulp --tasks-simple 2>/dev/null)

local completions=(${=compls})
completions=(${=compls})
compadd -- $completions
}

Expand Down

0 comments on commit 6ad6d11

Please sign in to comment.