mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
commands: Fix remaining Golint warning
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user