aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 43980120..286b1115 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -164,6 +164,8 @@ func main() {
p = rosa.Coreutils
case "diffutils":
p = rosa.Diffutils
+ case "fuse":
+ p = rosa.Fuse
case "gettext":
p = rosa.Gettext
case "git":