diff --git a/cmd/parse/types/config.go b/cmd/parse/types/config.go index 1d829491..06be96d0 100644 --- a/cmd/parse/types/config.go +++ b/cmd/parse/types/config.go @@ -24,7 +24,7 @@ func ReadConfig(cfg *Config) (config.Config, error) { // Make sure the path exists if _, err := os.Stat(file); os.IsNotExist(err) { - return config.Config{}, fmt.Errorf("config file does not exist. Make sure you have run the init command") + return config.Config{}, fmt.Errorf("config file does not exist (%s). Make sure you have run the init command", file) } // Read the config