From 4d4cbf7ecbf8017251f055ecd1eaf4f0115b1249 Mon Sep 17 00:00:00 2001 From: Yvan Roux Date: Fri, 29 May 2015 15:56:59 +0200 Subject: Handle git-geo repo. --- backflip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backflip') diff --git a/backflip b/backflip index 25fe51a..18fd5b4 100755 --- a/backflip +++ b/backflip @@ -111,7 +111,7 @@ compare() { # ============================================================================== # Checking Configuration # ============================================================================== -if ! git remote -v 2>&1 | grep "ssh.*git\.linaro\.org" > /dev/null ; then +if ! git remote -v 2>&1 | grep "ssh.*git.*\.linaro\.org" > /dev/null ; then die "You're not in the right directory !" fi if [ ! -e .gitreview ]; then -- cgit v1.2.3