diff --git a/cmd/flux/bootstrap.go b/cmd/flux/bootstrap.go index 5e70e3a2..6ec8addd 100644 --- a/cmd/flux/bootstrap.go +++ b/cmd/flux/bootstrap.go @@ -171,7 +171,6 @@ func generateSyncManifests(url, branch, name, namespace, targetPath, tmpDir stri Interval: interval, TargetPath: targetPath, ManifestFile: sync.MakeDefaultOptions().ManifestFile, - GitImplementation: sync.MakeDefaultOptions().GitImplementation, } manifest, err := sync.Generate(opts)