mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Typo
This commit is contained in:
parent
ad228d84e5
commit
8af704eef1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct MixLs : virtual Args
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
doPath = [&](const FSAccessor::Stat & st , const Path & curPath,
|
doPath = [&](const FSAccessor::Stat & st, const Path & curPath,
|
||||||
const std::string & relPath, bool showDirectory)
|
const std::string & relPath, bool showDirectory)
|
||||||
{
|
{
|
||||||
if (st.type == FSAccessor::Type::tDirectory && !showDirectory) {
|
if (st.type == FSAccessor::Type::tDirectory && !showDirectory) {
|
||||||
|
|
Loading…
Reference in a new issue