Fix Hugo error

This commit is contained in:
Henrique Dias 2017-07-29 18:08:27 +01:00
parent 9ca6ef1f3e
commit c0b60d5928
No known key found for this signature in database
GPG key ID: 936F5EB68D786730
3 changed files with 10 additions and 6 deletions

View file

@ -76,6 +76,8 @@ func setupViper() {
}
func main() {
plugins.RegisterHugo()
setupViper()
flag.Parse()