The following commit has been merged in the master branch:
commit d9c605b02050cd8c3b93e89a8920cfa843d67d67
Author: Guillaume Rousse <[email protected]>
Date:   Wed Feb 23 21:24:53 2011 +0100

    indentation fixes

diff --git a/completions/puppet b/completions/puppet
index 225c51b..11ef60c 100644
--- a/completions/puppet
+++ b/completions/puppet
@@ -111,25 +111,25 @@ _puppet()
             case $prev in
                 --fqdn)
                     return 0
-                ;;
+                    ;;
                 --logdest)
                     _puppet_logdest
                     return 0
-                ;;
+                    ;;
                 --serve)
                     # From /usr/lib/ruby/1.8/puppet/network/handler/
                     COMPREPLY=( $( compgen -W "ca filebucket fileserver master 
\
                         report runner status" -- "$cur" ) )
                     return 0
-                ;;
+                    ;;
                 --digest)
                     _puppet_digest
                     return 0
-                ;;
+                    ;;
                 --waitforcert)
                     COMPREPLY=( $( compgen -W "0 15 30 60 120" -- "$cur" ) )
                     return 0
-                ;;
+                    ;;
                 *)
                     COMPREPLY=( $( compgen -W "--daemonize --no-daemonize \
                         --debug --detailed-exitcodes --disable --enable \

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to