mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-24 14:56:15 +02:00
Fix path display
This commit is contained in:
parent
7edacb6248
commit
c73a7584fb
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ struct FSInputAccessorImpl : FSInputAccessor
|
|||
, allowedPaths(std::move(allowedPaths))
|
||||
, makeNotAllowedError(std::move(makeNotAllowedError))
|
||||
{
|
||||
displayPrefix = root.abs();
|
||||
displayPrefix = root.isRoot() ? "" : root.abs();
|
||||
}
|
||||
|
||||
std::string readFile(const CanonPath & path) override
|
||||
|
|
Loading…
Reference in a new issue