From bdcc346d25d206a50d6cbef5cabb7db51b371ed2 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Thu, 25 Jul 2024 12:55:49 -0700 Subject: [PATCH] f --- cmd/buildtools/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/buildtools/main.go b/cmd/buildtools/main.go index aa9d839dd..cfdd4160a 100644 --- a/cmd/buildtools/main.go +++ b/cmd/buildtools/main.go @@ -33,7 +33,6 @@ func main() { Usage: "Provide a set of tools for building embedded cluster binarires", Commands: []*cli.Command{ updateCommand, - embedCommand, }, } if err := app.RunContext(ctx, os.Args); err != nil {