summaryrefslogtreecommitdiff
path: root/backflip
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2015-05-29 15:56:59 +0200
committerYvan Roux <yvan.roux@linaro.org>2015-05-29 15:56:59 +0200
commit4d4cbf7ecbf8017251f055ecd1eaf4f0115b1249 (patch)
tree9173b98a9b58428a2575f7730ad800610445fbcb /backflip
parent29eba8a00508ba638b5e08aad867d397aa398653 (diff)
Handle git-geo repo.
Diffstat (limited to 'backflip')
-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