graph-pull-hook: fix scry helper

This commit is contained in:
Liam Fitzgerald 2020-11-06 08:53:36 +10:00
parent 521fa0ddbd
commit 58e9024ab6
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -20,6 +20,7 @@
+* this .
def ~(. (default-agent this %|) bowl)
dep ~(. (default:pull-hook this config) bowl)
gra ~(. graph bowl)
::
++ on-init on-init:def
++ on-save !>(~)
@ -42,7 +43,7 @@
++ on-pull-kick
|= =resource
^- (unit path)
=/ maybe-time (peek-update-log:graph resource)
=/ maybe-time (peek-update-log:gra resource)
?~ maybe-time `/
`/(scot %da u.maybe-time)
--