From 769acf7fd3ffb1730850a45c0f0db276d2f8a4af Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 3 Mar 2025 20:07:51 +0100 Subject: [PATCH] - --- cmd/bundle/exec.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/bundle/exec.go b/cmd/bundle/exec.go index 1463aa202..8703b4fbc 100644 --- a/cmd/bundle/exec.go +++ b/cmd/bundle/exec.go @@ -39,8 +39,7 @@ Example usage: return fmt.Errorf("Please add a '--' separator. Usage: 'databricks bundle exec -- %s'", strings.Join(args, " ")) } - // Load the bundle configuration to get the authentication credentials - // set in the context. + // Load the bundle configuration to get the authentication credentials. b, diags := root.MustConfigureBundle(cmd) if diags.HasError() { return diags.Error()