forked from lix-project/lix
Typo
This commit is contained in:
parent
d77a39a314
commit
14508ade28
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ struct ProfileManifest
|
||||||
|
|
||||||
if (pathExists(manifestPath)) {
|
if (pathExists(manifestPath)) {
|
||||||
auto json = nlohmann::json::parse(readFile(manifestPath));
|
auto json = nlohmann::json::parse(readFile(manifestPath));
|
||||||
/* Keep track of alreay found names to allow preventing duplicates */
|
/* Keep track of already found names to allow preventing duplicates. */
|
||||||
std::set<std::string> foundNames;
|
std::set<std::string> foundNames;
|
||||||
|
|
||||||
auto version = json.value("version", 0);
|
auto version = json.value("version", 0);
|
||||||
|
|
Loading…
Reference in a new issue