4
0
mirror of https://github.com/QuasarApp/CopyrightFixer.git synced 2025-05-02 20:49:43 +00:00

ref Fixing: added " in log

This commit is contained in:
IgorekLoschinin 2021-05-08 15:05:50 +03:00
parent 26c73112d9
commit e43a53c516

@ -28,7 +28,7 @@ bool ConfigParser::parseOptions(Config &conf) const {
QuasarAppUtils::VerboseLvl::Error);
}
} else {
QuasarAppUtils::Params::log(Sets a default source directory",
QuasarAppUtils::Params::log("Sets a default source directory",
QuasarAppUtils::VerboseLvl::Info);
conf.setSourceDir(".");
return false;