mirror of https://github.com/databricks/cli.git
rm duplicate line
This commit is contained in:
parent
0322733914
commit
48e6b9215e
|
@ -51,10 +51,9 @@ func (m *loadGitDetails) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagn
|
|||
if err != nil {
|
||||
diags = append(diags, diag.FromErr(err)...)
|
||||
} else {
|
||||
b.Config.Bundle.Git.BundleRootPath = filepath.ToSlash(relBundlePath)
|
||||
config.BundleRootPath = filepath.ToSlash(relBundlePath)
|
||||
}
|
||||
|
||||
config.BundleRootPath = filepath.ToSlash(relBundlePath)
|
||||
return diags
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue