From 72d5ed9d53498844c91084f8579b702fcf43977f Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 19 Jun 2023 00:36:21 -0400 Subject: [PATCH] This is the happy case. --- cmd/obp/cmd/validate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/obp/cmd/validate.go b/cmd/obp/cmd/validate.go index d972e36..f318ff0 100644 --- a/cmd/obp/cmd/validate.go +++ b/cmd/obp/cmd/validate.go @@ -61,7 +61,7 @@ var validateCmd = &cobra.Command{ return nil }) - return fmt.Errorf("validate command failed: %w", err) + return nil }, }