From 3edf558aa896b5bc71f34b3fee90bd78cd0e433d Mon Sep 17 00:00:00 2001 From: Shivkumar Anil Ople Date: Sat, 4 Dec 2021 02:50:03 +0530 Subject: [PATCH] Update cmd/opm/alpha/bundle/extract.go Updating extract.go, got my eyes on this while reading the code. --- 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 {