mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 19:05:48 +03:00
gall: fix bug in put:of-farm
This commit is contained in:
parent
20bda27aaf
commit
1effda7a77
@ -157,10 +157,9 @@
|
||||
`farm(q (~(put by q.farm) path plot))
|
||||
?~ path
|
||||
`farm(p `plot)
|
||||
?~ nex=(~(get by q.farm) i.path)
|
||||
~
|
||||
=/ nex (~(get by q.farm) i.path)
|
||||
=/ res
|
||||
$(path t.path, farm u.nex)
|
||||
$(path t.path, farm ?~(nex *^farm u.nex))
|
||||
?~ res ~
|
||||
`farm(q (~(put by q.farm) i.path u.res))
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user