diff --git a/commands/commandeer.go b/commands/commandeer.go index 457f708d6f4..bac96fa7a92 100644 --- a/commands/commandeer.go +++ b/commands/commandeer.go @@ -308,7 +308,7 @@ func (c *commandeer) loadConfig(mustHaveConfigFile, running bool) error { cfgSetAndInit, doWithConfig) - if err != nil && mustHaveConfigFile { + if err != nil { return err } else if mustHaveConfigFile && len(configFiles) == 0 { return hugolib.ErrNoConfigFile