From 37df040d85e06100c69c6aa3560b2e4ebf977255 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 18 May 2026 17:53:48 +0900 Subject: internal/rosa: evaluate packages from fs This migrates GNU sed to azalea, and resulting IR matches. Signed-off-by: Ophestra --- cmd/mbf/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index f3532326..69e84fce 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -64,11 +64,11 @@ func main() { return } - h, ok := r.(rosa.HandleError) + e, ok := r.(rosa.LoadError) if !ok { panic(r) } - log.Fatal(h) + log.Fatal(e) }() ctx, stop := signal.NotifyContext(context.Background(), -- cgit v1.3.1