diff --git a/drupal-update-module.sh b/drupal-update-module.sh index 5cd2b19cdb9c838c57ceb4e40c97ab14077e0862..ead73f1f6118397739cfe2d430c2680fa0429b34 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