mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Revert "Merge pull request #2169 from yujunz/loader/go-getter"
This reverts commit0b1ad031a9, reversing changes made to300dd108d5.
This commit is contained in:
@@ -62,11 +62,6 @@ func (x *RepoSpec) Raw() string {
|
||||
return x.raw
|
||||
}
|
||||
|
||||
func (x *RepoSpec) WithRaw(s string) *RepoSpec {
|
||||
x.raw = s
|
||||
return x
|
||||
}
|
||||
|
||||
func (x *RepoSpec) AbsPath() string {
|
||||
return x.Dir.Join(x.Path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user