diff options
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/who-wrote-glusterfs/who-wrote-glusterfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh index 7a1896e6a90..70d5964c576 100755 --- a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh +++ b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh @@ -28,7 +28,7 @@ check_gitdm() { if [ ! -e "${GITDM_DIR}/gitdm" ] then - git clone --quiet git://git.lwn.net/gitdm.git ${DIRNAME}/gitdm + git clone --quiet ${GITDM_REPO} ${DIRNAME}/gitdm fi } |