Fix for overlay builds

This commit is contained in:
Gregory Kurtzer
2021-09-17 21:48:29 -07:00
parent 8ddebe8d77
commit 71b9ea714f
2 changed files with 11 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ var (
Short: "(Re)build an overlay",
Long: "This command will build a system or runtime overlay.",
RunE: CobraRunE,
Args: cobra.ExactArgs(2),
Args: cobra.RangeArgs(0, 2),
}
BuildAll bool
)