From cdc1de12d6d92e50b17782b2d010f0c659ad4740 Mon Sep 17 00:00:00 2001 From: Liam Morland Date: Thu, 17 Dec 2020 10:44:13 -0500 Subject: [PATCH] drupal-update-module.sh: Use git.drupalcode.org URLs --- drupal-update-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-update-module.sh b/drupal-update-module.sh index 5cd2b19..ead73f1 100755 --- a/drupal-update-module.sh +++ b/drupal-update-module.sh @@ -17,7 +17,7 @@ elif [ -d $clone_dir ]; then cd $clone_dir git fetch else - git clone --mirror http://git.drupal.org/project/$module.git $clone_dir + git clone --mirror https://git.drupalcode.org/project/$module.git $clone_dir if [ ! -d $clone_dir ]; then echo 'Clone failed.' exit 1 -- GitLab