From 42e537534f8f8e234f42f57404c0faac4f33cb77 Mon Sep 17 00:00:00 2001 From: Shivkumar Anil Ople Date: Sat, 4 Dec 2021 02:54:41 +0530 Subject: [PATCH] Update extract.go Updating for reader experience. Signed-off-by: Shivkumar13 --- cmd/opm/alpha/bundle/extract.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/opm/alpha/bundle/extract.go b/cmd/opm/alpha/bundle/extract.go index 45f8932fc..9cfeebfa0 100644 --- a/cmd/opm/alpha/bundle/extract.go +++ b/cmd/opm/alpha/bundle/extract.go @@ -12,7 +12,7 @@ import ( var extractCmd = &cobra.Command{ Use: "extract", Short: "Extracts the data in a bundle directory via ConfigMap", - Long: "Extract takes as input a directory containing manifests and writes the per file contents to a ConfipMap", + Long: "Extract takes as input a directory containing manifests and writes the per file contents to a ConfigMap", PreRunE: func(cmd *cobra.Command, args []string) error { if debug, _ := cmd.Flags().GetBool("debug"); debug {