rm duplicate line

This commit is contained in:
Denis Bilenko 2024-12-09 17:57:27 +01:00
parent 0322733914
commit 48e6b9215e
1 changed files with 1 additions and 2 deletions

View File

@ -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
}