From 994f2b5d8aebc1c198c284ac70fbedd231afaf36 Mon Sep 17 00:00:00 2001 From: Francisco Ribeiro <1272997+fmmribeiro@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:56:49 +0100 Subject: [PATCH] fix folder name to ud_staff when GIT over HTTPS --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 22657f5..b47721a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -52,7 +52,7 @@ composer install mkdir -p web/modules/custom # Get demo module with GIT over HTTPS. -cd web/modules/custom && git clone https://github.com/dinarcon/drupal-migrations-basic.git && mv drupal-migrations-basic ud_course && rm -rf ud_course/.git && cd ../../.. +cd web/modules/custom && git clone https://github.com/dinarcon/drupal-migrations-basic.git && mv drupal-migrations-basic ud_staff && rm -rf ud_staff/.git && cd ../../.. # Get demo module with GIT over SSH. cd web/modules/custom && git clone git@github.com:dinarcon/drupal-migrations-basic.git && mv drupal-migrations-basic ud_staff && rm -rf ud_staff/.git && cd ../../..