Skip to content

Commit

Permalink
fix: added '--activate-profiles' to the profile handler
Browse files Browse the repository at this point in the history
  • Loading branch information
glhez committed Jul 3, 2016
1 parent 36bd4f4 commit 6cef69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ _mvn()
if [[ ${cur} == -D* ]] ; then
COMPREPLY=( $(compgen -S ' ' -W "${options}" -- ${cur}) )

elif [[ ${prev} == -P ]] ; then
elif [[ ${prev} == -P || ${prev} == --activate-profiles ]] ; then
local profiles="${profile_settings}|"
for item in ${POM_HIERARCHY[*]}
do
Expand Down

0 comments on commit 6cef69a

Please sign in to comment.