Skip to content

Commit

Permalink
codebase typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Oct 18, 2023
1 parent 9862b0e commit 52df7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52df7c5

Please sign in to comment.