mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
edf705188d
commit
769acf7fd3
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue