From c60a7880b865df68e5c57182b510f5b567eedf7e Mon Sep 17 00:00:00 2001 From: Yvan Roux Date: Thu, 19 Mar 2015 11:13:36 +0100 Subject: Check for ssh protocol for git.linaro.org remote instead of git user. --- backflip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backflip b/backflip index 265885d..b7e041e 100755 --- a/backflip +++ b/backflip @@ -110,7 +110,7 @@ compare() { # ============================================================================== print_step "Checking Configuration" # ============================================================================== -if ! git remote -v 2>&1 | grep "git@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