From 52df7c56138d1dae7956b27c66bf96c571207e63 Mon Sep 17 00:00:00 2001 From: DonRichards Date: Wed, 18 Oct 2023 15:07:17 -0400 Subject: [PATCH] codebase typo --- custom.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.Makefile b/custom.Makefile index 94cce2658..ee3bed62c 100644 --- a/custom.Makefile +++ b/custom.Makefile @@ -115,7 +115,7 @@ jhu_up: jhu_generate-secrets @echo "docker-compose.yml does not exist, creating starter site" if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase)" ]; then \ echo "codebase/ directory is empty, cloning it"; \ - git clone -b main https://github.com/jhu-idc/idc-codebase; \ + git clone -b main https://github.com/jhu-idc/idc-codebase codebase; \ echo "codebase/ was cloned"; \ fi @echo "Wait for the /var/www/drupal/composer.json file to be available"