Skip to content

Commit ce3daf2

Browse files
committed
Update install doc to use sigs.k8s.io
When using go get github.com/kubernetes-sigs/kustomize running kustomize panics with 'log_dir redefined'.
1 parent 58492e2 commit ce3daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ To install from head with [Go] v1.10.1 or higher:
2929

3030
<!-- @installkustomize @test -->
3131
```
32-
go get github.com/kubernetes-sigs/kustomize
32+
go get sigs.k8s.io/kustomize
3333
```

0 commit comments

Comments
 (0)