Fixed #6152 - typo in upgrade script
This commit is contained in:
parent
a865f79d5e
commit
0e46b6fd42
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ echo "--------------------------------------------------------\n\n";
|
||||||
|
|
||||||
|
|
||||||
if (file_exists('bootstrap/cache/compiled.php')) {
|
if (file_exists('bootstrap/cache/compiled.php')) {
|
||||||
echo "-- Deleting bootstrap/cache/compiled.php. It it no longer used.\n";
|
echo "-- Deleting bootstrap/cache/compiled.php. It is no longer used.\n";
|
||||||
@unlink('bootstrap/cache/compiled.php');
|
@unlink('bootstrap/cache/compiled.php');
|
||||||
} else {
|
} else {
|
||||||
echo "-- No bootstrap/cache/compiled.php, so nothing to delete.\n";
|
echo "-- No bootstrap/cache/compiled.php, so nothing to delete.\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue