mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 14:45:03 -04:00
parent
7610844004
commit
45c69dd168
@ -278,7 +278,9 @@ func init() {
|
||||
|
||||
// InitializeConfig initializes a config file with sensible default configuration flags.
|
||||
func InitializeConfig(subCmdVs ...*cobra.Command) error {
|
||||
hugolib.LoadGlobalConfig(source, cfgFile)
|
||||
if err := hugolib.LoadGlobalConfig(source, cfgFile); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
for _, cmdV := range append([]*cobra.Command{hugoCmdV}, subCmdVs...) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user