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