Correct root path setting in pclerk
This commit is contained in:
parent
4c59342600
commit
bfcf981485
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ merge(SrcLevel, Manifest, RootPath) ->
|
||||||
Src),
|
Src),
|
||||||
{Man0, []};
|
{Man0, []};
|
||||||
_ ->
|
_ ->
|
||||||
RootPath = leveled_penciller:sst_rootpath(RootPath),
|
SST_RP = leveled_penciller:sst_rootpath(RootPath),
|
||||||
perform_merge(Manifest, Src, SinkList, SrcLevel, RootPath, NewSQN)
|
perform_merge(Manifest, Src, SinkList, SrcLevel, SST_RP, NewSQN)
|
||||||
end.
|
end.
|
||||||
|
|
||||||
notify_deletions([], _Penciller) ->
|
notify_deletions([], _Penciller) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue