mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
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)) {
|
||||
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;
|
||||
|
||||
auto version = json.value("version", 0);
|
||||
|
|
Loading…
Reference in a new issue