[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-23-ga29ed87

Guillaume Rousse Guillaume.Rousse at inria.fr
Wed Feb 23 20:42:21 UTC 2011


The following commit has been merged in the master branch:
commit d9c605b02050cd8c3b93e89a8920cfa843d67d67
Author: Guillaume Rousse <Guillaume.Rousse at inria.fr>
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



More information about the Bash-completion-commits mailing list