Path fetcher: Fix store path name

This commit is contained in:
Eelco Dolstra 2020-04-22 10:15:32 +02:00
parent 8c75621da6
commit c7af247bea

View file

@ -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
{