diff --git a/run.go b/run.go index 685d896..0dfc4e7 100644 --- a/run.go +++ b/run.go @@ -93,7 +93,9 @@ func run() error { conf, err := config.Load(*configFlag, *configIsPathFlag) if err != nil { - return fmt.Errorf("couldn't load config file '%s', full err: %w", *configFlag, err) + return fmt.Errorf("couldn't load the configuration (isPath: '%t') '%s', full err: %w", + *configIsPathFlag, *configFlag, err, + ) } setting := settings.New()