[Bash-completion-commits] [bash-completion] 02/11: Puppet: puppet -* doesn't imply 'puppet apply'

Ville Skyttä scop-guest at moszumanska.debian.org
Mon Jun 2 09:42:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 20e9befbff2b4cac09f7beec58e5ad6eac1425b4
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Fri May 30 14:49:44 2014 +0200

    Puppet: puppet -* doesn't imply 'puppet apply'
---
 completions/puppet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/completions/puppet b/completions/puppet
index 58406a7..6c9a055 100644
--- a/completions/puppet
+++ b/completions/puppet
@@ -91,7 +91,7 @@ _puppet()
                agent|apply|cert|describe|doc|filebucket|kick|master|queue|resource)
                    subcommand=${words[1]}
                    ;;
-               *.pp|*.rb|-*)
+               *.pp|*.rb)
                    subcommand=apply
                    ;;
                *)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list