mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix a typo in the output of the init.sh
This commit is contained in:
parent
d6f16fa432
commit
86289db0e0
1 changed files with 1 additions and 1 deletions
2
init.sh
2
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"
|
||||
|
|
Loading…
Reference in a new issue