Skip to content

Commit

Permalink
growl: rename %default to %initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang- committed Oct 6, 2023
1 parent bde54ec commit a3f689f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desk/app/growl.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def ~(. (default-agent this %.n) bowl)
::
++ on-init
=^ caz this (on-poke %default !>(~))
=^ caz this (on-poke %initialize !>(~))
:_ this
::NOTE sadly, we cannot subscribe to items that may not exist right now,
:: so we subscribe to the whole bucket instead
Expand Down Expand Up @@ -52,7 +52,7 @@
?> =(src.bowl our.bowl)
`this(bark-host !<(ship vase))
::
%default
%initialize
=; consent=?
$(mark ?:(consent %enable %disable), vase !>(~))
=/ bap=path /(scot %p our.bowl)/settings/(scot %da now.bowl)
Expand Down Expand Up @@ -123,7 +123,7 @@
^- (quip card _this)
?> =(/re-set wire)
?> ?=(%wake +<.sign)
(on-poke %default !>(~))
(on-poke %initialize !>(~))
::
++ on-watch on-watch:def
++ on-fail
Expand Down

0 comments on commit a3f689f

Please sign in to comment.