We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d6664 commit bef5e81Copy full SHA for bef5e81
peer/common/common.go
@@ -108,7 +108,7 @@ func InitConfig(cmdRoot string) error {
108
// Display a more helpful message to avoid confusing the user.
109
if strings.Contains(fmt.Sprint(err), "Unsupported Config Type") {
110
return errors.New(fmt.Sprintf("Could not find config file. "+
111
- "Please make sure that FABRIC_CFG_PATH or --configPath is set to a path "+
+ "Please make sure that FABRIC_CFG_PATH is set to a path "+
112
"which contains %s.yaml", cmdRoot))
113
} else {
114
return errors.WithMessage(err, fmt.Sprintf("error when reading %s config file", cmdRoot))
0 commit comments