Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit a28ccf8

Browse files
author
Krish Chowdhary
committed
back to kube sigs
1 parent 1a79337 commit a28ccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ reltools: release-tools/build.make
2020
release-tools/build.make:
2121
$(eval CURDIR := $(shell pwd))
2222
$(eval TMP := $(shell mktemp -d))
23-
$(shell cd ${TMP} && git clone https://sigs.k8s.io/container-object-storage-interface-spec)
23+
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
2424
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
2525
$(shell rm -rf ${TMP})
2626
ln -s release-tools/travis.yml travis.yml

0 commit comments

Comments
 (0)