Skip to content

Commit 950aa01

Browse files
committed
fix test
1 parent 7755b02 commit 950aa01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ std::string Settings::loadCppcheckCfg(Settings& settings, Suppressions& suppress
173173
}
174174

175175
bool Settings::isCppcheckPremium(const std::string& productName) {
176-
return startsWith(productName, "Cppcheck Premium ");
176+
return startsWith(productName, "Cppcheck Premium");
177177
}
178178

179179
std::pair<std::string, std::string> Settings::getNameAndVersion(const std::string& productName) {

0 commit comments

Comments
 (0)