aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main.go')
-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 d80d0a7b..329a885e 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -149,6 +149,8 @@ func main() {
a = rosa.Std.NewBusybox()
case "musl":
a = rosa.Std.NewMusl(nil)
+ case "git":
+ a = rosa.Std.NewGit()
case "go":
a = rosa.Std.NewGo()
case "rsync":