Turn off hashicorp cloner.

This commit is contained in:
jregan
2018-11-22 16:48:12 -08:00
parent 29f03dfb55
commit 7c1277f24c

View File

@@ -22,7 +22,7 @@ import (
"sigs.k8s.io/kustomize/pkg/ifc"
)
const useHashiCorpCloner = true
const useHashiCorpCloner = false
func clonerToUse() gitCloner {
if useHashiCorpCloner {