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 32237bd commit 42748afCopy full SHA for 42748af
internal/wrappers/risk-management-http.go
@@ -69,7 +69,7 @@ func setRMDefaultPath(path string) string {
69
}
70
err = configuration.SafeWriteSingleConfigKeyString(configFilePath, commonParams.RiskManagementPathKey, riskManagementDefaultPath)
71
if err != nil {
72
- logger.PrintfIfVerbose("Error writing Scan Overview path to config file: %v", err)
+ logger.PrintfIfVerbose("Error writing Risk Management path to config file: %v", err)
73
74
75
return riskManagementDefaultPath
0 commit comments