Path fetcher: Fix store path name
This commit is contained in:
parent
8c75621da6
commit
c7af247bea
|
@ -72,7 +72,7 @@ struct PathInput : Input
|
||||||
|
|
||||||
if (!storePath || storePath->name() != "source" || !store->isValidPath(*storePath))
|
if (!storePath || storePath->name() != "source" || !store->isValidPath(*storePath))
|
||||||
// FIXME: try to substitute storePath.
|
// FIXME: try to substitute storePath.
|
||||||
storePath = store->addToStore("name", path);
|
storePath = store->addToStore("source", path);
|
||||||
|
|
||||||
return
|
return
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue