Skip to content

Commit

Permalink
Merge pull request #310 from Islandora-Devops/rosiel-make-clean-warn
Browse files Browse the repository at this point in the history
Update `make clean` warning.
  • Loading branch information
DonRichards authored Nov 9, 2022
2 parents 65db71e + 6ff5cf5 commit 96a013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ demo_content:
.SILENT: clean
## Destroys everything beware!
clean:
echo "**DANGER** About to rm your SERVER data subdirs, your docker volumes and your codebase/web"
echo "**DANGER** About to rm your SERVER data subdirs, your docker volumes, codebase, islandora_workbench, certs, secrets, and all untracked/ignored files (including .env)."
$(MAKE) confirm
-docker-compose down -v
sudo rm -fr codebase islandora_workbench certs secrets/live/*
Expand Down

0 comments on commit 96a013d

Please sign in to comment.