mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Fixes error in go_pkg()
This commit is contained in:
@@ -41,7 +41,8 @@ def go_pkg(pkg):
|
|||||||
...
|
...
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
return go_prefix + "/" + pkg.replace("staging/src/", "vendor/", maxsplit = 1)
|
count = 1
|
||||||
|
return go_prefix + "/" + pkg.replace("staging/src/", "vendor/", count)
|
||||||
|
|
||||||
def openapi_deps():
|
def openapi_deps():
|
||||||
deps = [
|
deps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user