File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ for DIR in providers examples; do
52
52
for GOMOD in $( find " ${DIR} " -name go.mod) ; do
53
53
B=$( dirname ${GOMOD} )
54
54
if [ " $( uname) " = " Darwin" ]; then
55
- stepi sed -i ' ' -E ' /github\.com\/kubernetes-sigs \/multicluster-runtime/ s/([[:space:]]+)v[[:alnum:]._+\-]+$/\1' " ${VERSION} " ' /' " ${B} /go.mod"
55
+ stepi sed -i ' ' -E ' /sigs\.k8s\.io \/multicluster-runtime/ s/([[:space:]]+)v[[:alnum:]._+\-]+$/\1' " ${VERSION} " ' /' " ${B} /go.mod"
56
56
else
57
- stepi sed -i -E ' /github\.com\/kubernetes-sigs \/multicluster-runtime/ s/([[:space:]]+)v[[:alnum:]._+\-]+$/\1' " ${VERSION} " ' /' " ${B} /go.mod"
57
+ stepi sed -i -E ' /sigs\.k8s\.io \/multicluster-runtime/ s/([[:space:]]+)v[[:alnum:]._+\-]+$/\1' " ${VERSION} " ' /' " ${B} /go.mod"
58
58
fi
59
59
step git diff " ${B} /go.mod"
60
60
echo
You can’t perform that action at this time.
0 commit comments