forked from lix-project/lix
parent
983fab7ea9
commit
8a1d8701f6
|
@ -61,7 +61,7 @@ void printDotGraph(ref<Store> store, StorePathSet && roots)
|
|||
for (auto & p : store->queryPathInfo(path)->references) {
|
||||
if (p != path) {
|
||||
workList.insert(p.clone());
|
||||
cout << makeEdge(std::string(p.to_string()), std::string(p.to_string()));
|
||||
cout << makeEdge(std::string(p.to_string()), std::string(path.to_string()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue