From b571e4d79b74118630fee719ff6d893f8ce858b9 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 27 Jan 2014 19:51:55 +0400 Subject: [PATCH] Clone from https url. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c5beb1c..c9d59f43 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ check: golint . system-test: - if [ ! -e ~/aptly-fixture-db ]; then git clone git@github.com:aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi + if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi go install PATH=$(BINPATH):$(PATH) python system/run.py --long