diff --git a/src/libfetchers/path.cc b/src/libfetchers/path.cc index 9d1cce0f3..bdc7538e2 100644 --- a/src/libfetchers/path.cc +++ b/src/libfetchers/path.cc @@ -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());