From 90f7e424165bd3d7f5d0d3e64a344de1f831fc10 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sun, 9 Jul 2023 23:34:46 -0700 Subject: [PATCH] fixed filenames --- bin/joomla_cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/joomla_cleanup.sh b/bin/joomla_cleanup.sh index 4f4805e..aa4bd7d 100644 --- a/bin/joomla_cleanup.sh +++ b/bin/joomla_cleanup.sh @@ -82,7 +82,7 @@ rm -f html/README.txt # Remove Install helper scripts rm -rf bin/inc_new_project -rm -rf bin/new_project.sh -rm -rf bin/setup_joomla_installer.sh +rm -rf bin/joomla_new_project.sh +rm -rf bin/joomla_install.sh echo "Now check the results and commit them to Git"