mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Typo
This commit is contained in:
parent
69bf9947c7
commit
27ec0def74
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void SourceAccessor::dumpPath(
|
|||
name.erase(pos);
|
||||
}
|
||||
if (!unhacked.emplace(name, i.first).second)
|
||||
throw Error("file name collision in between '%s' and '%s'",
|
||||
throw Error("file name collision between '%s' and '%s'",
|
||||
(path / unhacked[name]),
|
||||
(path / i.first));
|
||||
} else
|
||||
|
|
Loading…
Reference in a new issue