Skip to content

Commit

Permalink
More adjustments for sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Oct 18, 2023
1 parent 52df7c5 commit ed5460d
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 @@ -113,7 +113,7 @@ jhu_up: jhu_generate-secrets
echo ""; \
fi
@echo "docker-compose.yml does not exist, creating starter site"
if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase)" ]; then \
if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase/config/sync/)" ]; then \
echo "codebase/ directory is empty, cloning it"; \
git clone -b main https://github.com/jhu-idc/idc-codebase codebase; \
echo "codebase/ was cloned"; \
Expand Down

0 comments on commit ed5460d

Please sign in to comment.