mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commands: Fix remaining Golint warning
This commit is contained in:
parent
da4d4164f1
commit
9cf93e11f8
1 changed files with 3 additions and 2 deletions
|
@ -53,9 +53,10 @@ or just source them in directly:
|
|||
|
||||
if err != nil {
|
||||
return err
|
||||
} else {
|
||||
jww.FEEDBACK.Println("Bash completion file for Hugo saved to", autocompleteTarget)
|
||||
}
|
||||
|
||||
jww.FEEDBACK.Println("Bash completion file for Hugo saved to", autocompleteTarget)
|
||||
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue