From db47ec7fc8dd0377a3b12779b2310b48de786f9d Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Sun, 15 Jun 2014 21:02:26 +0530 Subject: Fix git URL from 'git-ro' to 'git' with git repository update Change-Id: Ia3d387e5dc436d9682688fc70c1de77068fe18be Signed-off-by: Vishal Bhoj --- utils/manifest-descriptions/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/manifest-descriptions/make.sh b/utils/manifest-descriptions/make.sh index 4054a85..d78ae12 100755 --- a/utils/manifest-descriptions/make.sh +++ b/utils/manifest-descriptions/make.sh @@ -9,7 +9,7 @@ if [ -d $dir ]; then git pull cd .. else - git clone http://android.git.linaro.org/git-ro/platform/manifest-descriptions.git + git clone http://android.git.linaro.org/git/platform/manifest-descriptions.git fi $(dirname $0)/manifest-annotate $* -- cgit v1.2.3