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 9c13122 commit e37def2Copy full SHA for e37def2
src/main/java/com/checkmarx/ast/wrapper/CxConfig.java
@@ -38,7 +38,7 @@ void validate() throws InvalidCLIConfigException {
38
39
if (StringUtils.isBlank(getApiKey())
40
&& (StringUtils.isBlank(getClientId()) || StringUtils.isBlank(getClientSecret()))) {
41
- throw new InvalidCLIConfigException("Credentials were is set");
+ throw new InvalidCLIConfigException("Credentials are not set");
42
}
43
44
0 commit comments