mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 06:22:07 -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 {
|
if err != nil {
|
||||||
return err
|
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
|
return nil
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue