summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackflip2
1 files changed, 1 insertions, 1 deletions
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