URI: 
       Print feedback for `hugo genautocomplete` - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 7555e364d069b1ea34e8c5be1c3337c7e2753c56
   DIR parent c69835daba35ce52596d08dedbee84f4ac16a6e0
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Thu,  6 Aug 2015 15:38:25 -0600
       
       Print feedback for `hugo genautocomplete`
       
       Diffstat:
         M commands/genautocomplete.go         |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/commands/genautocomplete.go b/commands/genautocomplete.go
       @@ -38,6 +38,8 @@ or just source them in directly:
                        err := cmd.Root().GenBashCompletionFile(autocompleteTarget)
                        if err != nil {
                                jww.FATAL.Fatalln("Failed to generate shell completion file:", err)
       +                } else {
       +                        jww.FEEDBACK.Println("Bash completion file for Hugo saved to", autocompleteTarget)
                        }
                },
        }