From e868dbcc22b70d41530ca5913296c8bcca6156cc Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 20 Jan 2025 19:16:04 +0100 Subject: [PATCH] fix build --- bundle/phases/initialize.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/phases/initialize.go b/bundle/phases/initialize.go index c5b875196..afd6def3f 100644 --- a/bundle/phases/initialize.go +++ b/bundle/phases/initialize.go @@ -34,7 +34,6 @@ func Initialize() bundle.Mutator { // If it is an ancestor, this updates all paths to be relative to the sync root path. mutator.SyncInferRoot(), - mutator.InitializeWorkspaceClient(), mutator.PopulateCurrentUser(), mutator.LoadGitDetails(),