Skip to content

Commit

Permalink
Fixed example (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 authored Jul 19, 2023
1 parent 1aa86b4 commit 0b17a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/urbit/app/journal.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

%- agent:dbug
=/ state *state-0
=* entries (tap:j-orm journal.stat)
=* entries (tap:j-orm journal.state)
=/ snik (sink ~[/sync])
=/ sink (snik entries)
^- agent:gall
Expand Down
2 changes: 1 addition & 1 deletion example/urbit/lib/sink.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
++ paths pats
++ flush
^- card:agent:gall
[%give %fact pats %noun !>(^-((clog) [%flush (extract stat)]))]
[%give %fact pats %noun !>(^-((clog) [%flush stat]))]
--
--

0 comments on commit 0b17a24

Please sign in to comment.