Skip to content

Commit

Permalink
Path fetcher: Fix store path name
Browse files Browse the repository at this point in the history
(cherry picked from commit c7af247)
  • Loading branch information
edolstra committed Apr 22, 2020
1 parent 4a2a45f commit 2ea4d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2ea4d45

Please sign in to comment.