From 86289db0e0840f50e94f879df92af38a6f27ae7c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 12 Jul 2023 21:00:02 -0400 Subject: [PATCH] Fix a typo in the output of the init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 1733e5b..81234d9 100755 --- a/init.sh +++ b/init.sh @@ -78,7 +78,7 @@ while read -r; do } done < .env -msg "Running: ${c_m}php artisan route:clear" +msg "Running: ${c_m}php artisan cache:clear" $PHP_BINARY artisan cache:clear msg "Running: ${c_m}php artisan route:clear"