Signed-off-by: Christian Dupuis <cd@atomist.com>
This commit is contained in:
Christian Dupuis
2022-09-19 17:01:04 +02:00
parent c4fb3dbee0
commit 28e2578d9e

View File

@@ -95,7 +95,7 @@ func main() {
cmd := &cobra.Command{
Use: "base",
Short: "Identify base image",
Short: "Identify base images",
}
cmd.AddCommand(login, logout, base)