From be27588418bc62a9fd1c9b8be0ac334900570099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 27 Aug 2018 13:10:02 +0200 Subject: [PATCH] Update one more reference to projectatomic/skopeo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- hack/make/.validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/.validate b/hack/make/.validate index 3c59d16d..dbe2c7eb 100644 --- a/hack/make/.validate +++ b/hack/make/.validate @@ -4,7 +4,7 @@ if [ -z "$VALIDATE_UPSTREAM" ]; then # this is kind of an expensive check, so let's not do this twice if we # are running more than one validate bundlescript - VALIDATE_REPO='https://github.com/projectatomic/skopeo.git' + VALIDATE_REPO='https://github.com/containers/skopeo.git' VALIDATE_BRANCH='master' if [ "$TRAVIS" = 'true' -a "$TRAVIS_PULL_REQUEST" != 'false' ]; then