Fix a typo in the output of the init.sh

This commit is contained in:
Kevin MacMartin 2023-07-12 21:00:02 -04:00
parent d6f16fa432
commit 86289db0e0

View file

@ -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"