#5 play: fix copy/psate error...

This commit is contained in:
Julien Nicoulaud 2011-09-19 14:29:05 +02:00
parent e6f3b58889
commit f1f33951b2
1 changed files with 1 additions and 1 deletions

2
_play
View File

@ -133,7 +133,7 @@ _play() {
# FIXME Completes only core commands, some modules add commands too (eg Maven). Where do we get them ?
# FIXME Parse 'play help' and 'play help <command>' (for aliases) instead of hard-coding.
(( $+functions[_mvn_plugin_goals] )) ||
(( $+functions[_play_cmds] )) ||
_play_cmds() {
local commands; commands=(
'antify:Create a build.xml file for this project'