From 2a1c37f8fbe8b763a9e8c3448a20c3181cf054f3 Mon Sep 17 00:00:00 2001 From: yosoyubik Date: Fri, 27 Aug 2021 17:08:24 +0200 Subject: [PATCH] roller: fix bug in peek path --- pkg/arvo/app/roller.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arvo/app/roller.hoon b/pkg/arvo/app/roller.hoon index 0ffb27b915..e1080094e6 100644 --- a/pkg/arvo/app/roller.hoon +++ b/pkg/arvo/app/roller.hoon @@ -177,7 +177,7 @@ [%x %spawned @ ~] (spawned i.t.t.path) [%x %next-batch ~] ``atom+!>(next-batch) [%x %point @ ~] (point i.t.t.path) - [%x %points @ ~] (ships i.t.t.path) + [%x %ships @ ~] (ships i.t.t.path) [%x %config ~] config [%x %chain-id ~] ``atom+!>(chain-id) [%x %owned @ ~] (points-proxy %own i.t.t.path)