This commit is contained in:
Shreyas Goenka 2025-03-03 20:07:51 +01:00
parent edf705188d
commit 769acf7fd3
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ Example usage:
return fmt.Errorf("Please add a '--' separator. Usage: 'databricks bundle exec -- %s'", strings.Join(args, " ")) return fmt.Errorf("Please add a '--' separator. Usage: 'databricks bundle exec -- %s'", strings.Join(args, " "))
} }
// Load the bundle configuration to get the authentication credentials // Load the bundle configuration to get the authentication credentials.
// set in the context.
b, diags := root.MustConfigureBundle(cmd) b, diags := root.MustConfigureBundle(cmd)
if diags.HasError() { if diags.HasError() {
return diags.Error() return diags.Error()