summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index c68ba5d89193..1b4d83d46684 100755
--- a/download
+++ b/download
@@ -22,7 +22,7 @@ COMPONENTS="artwork base bootstrap calc components extensions extras filters
help impress l10n libs-core libs-extern libs-extern-sys libs-gui ooo-build
postprocess sdk testing ure writer"
-ORIGIN=`git remote show -n origin | grep URL: | sed 's#^[[:space:]]*URL: ##'`
+ORIGIN=`git remote show -n origin | grep 'Fetch URL:' | sed 's#^[[:space:]]*Fetch URL: ##'`
SKIP=
REPO=`echo "$ORIGIN" | sed 's#/[^/]\+/\?$##'`