From 9ec17b469cb00a1eacbe8b30174afcd7ec1684a0 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Thu, 22 Mar 2018 22:32:42 -0700 Subject: [PATCH] missed a cache access --- lib/ford-turbo.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ford-turbo.hoon b/lib/ford-turbo.hoon index 53b3c15764..b222cf92c3 100644 --- a/lib/ford-turbo.hoon +++ b/lib/ford-turbo.hoon @@ -1704,7 +1704,7 @@ (~(put ju client-builds.components.state) sub-build build) == :: - =/ maybe-cache-line (~(get by results.state) sub-build) + =^ maybe-cache-line results.state (access-cache sub-build) ?~ maybe-cache-line [~ state] ::