Skip to content

Commit

Permalink
Final test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Aug 19, 2024
1 parent 12e7cc0 commit 56d1f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/config/mutator/sync_infer_root.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (m *syncInferRoot) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagno
var diags diag.Diagnostics

// Use the bundle root path as the starting point for inferring the sync root path.
bundleRootPath := b.RootPath
bundleRootPath := filepath.Clean(b.RootPath)

// Infer the sync root path by looking at each one of the sync paths.
// Every sync path must be a descendant of the final sync root path.
Expand Down

0 comments on commit 56d1f2f

Please sign in to comment.