aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf')
-rw-r--r--cmd/mbf/main.go4
1 files changed, 2 insertions, 2 deletions
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(),