mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 06:08:03 +00:00
libfetchers: fix double quote in path printed in logger
This commit is contained in:
parent
d10f9488fe
commit
314e9fbeda
@ -125,7 +125,7 @@ struct PathInputScheme : InputScheme
|
||||
|
||||
auto absPath = getAbsPath(input);
|
||||
|
||||
Activity act(*logger, lvlTalkative, actUnknown, fmt("copying '%s' to the store", absPath));
|
||||
Activity act(*logger, lvlTalkative, actUnknown, fmt("copying %s to the store", absPath));
|
||||
|
||||
// FIXME: check whether access to 'path' is allowed.
|
||||
auto storePath = store->maybeParseStorePath(absPath.string());
|
||||
|
Loading…
Reference in New Issue
Block a user