diff --git a/pkg/arvo/gen/hood/close-flows.hoon b/pkg/arvo/gen/hood/close-flows.hoon index 53bfbb7cb..8804c9e34 100644 --- a/pkg/arvo/gen/hood/close-flows.hoon +++ b/pkg/arvo/gen/hood/close-flows.hoon @@ -1,4 +1,4 @@ -:: |close-flows: corks all stale ames flows +:: Deletes all stale ames flows from failed (re) subscriptions :: :: It runs in dry mode by default, printing the flows that can be closed. :: To actually close the flows, run with |close-flows, =dry | @@ -6,4 +6,4 @@ :- %say |= [^ arg=~ dry=?] :: -[%helm-kroc dry] +[%helm-ames-kroc dry] diff --git a/pkg/arvo/lib/hood/helm.hoon b/pkg/arvo/lib/hood/helm.hoon index 34b68bad8..b5a63287e 100644 --- a/pkg/arvo/lib/hood/helm.hoon +++ b/pkg/arvo/lib/hood/helm.hoon @@ -245,9 +245,9 @@ |= ~ =< abet (emit %pass /helm %arvo %a %stir '') :: -++ poke-kroc +++ poke-ames-kroc |= dry=? =< abet - (emit [%pass /helm/kroc %arvo %a %kroc dry]) + (emit %pass /helm %arvo %a %kroc dry) :: ++ poke-knob |= [error-tag=@tas level=?(%hush %soft %loud)] =< abet @@ -284,7 +284,7 @@ %helm-ames-sift =;(f (f !<(_+<.f vase)) poke-ames-sift) %helm-ames-verb =;(f (f !<(_+<.f vase)) poke-ames-verb) %helm-ames-wake =;(f (f !<(_+<.f vase)) poke-ames-wake) - %helm-kroc =;(f (f !<(_+<.f vase)) poke-kroc) + %helm-ames-kroc =;(f (f !<(_+<.f vase)) poke-ames-kroc) %helm-atom =;(f (f !<(_+<.f vase)) poke-atom) %helm-automass =;(f (f !<(_+<.f vase)) poke-automass) %helm-cancel-automass =;(f (f !<(_+<.f vase)) poke-cancel-automass)