Fixed #6152 - typo in upgrade script

This commit is contained in:
snipe 2018-09-05 14:57:30 -07:00
parent a865f79d5e
commit 0e46b6fd42

View file

@ -88,7 +88,7 @@ echo "--------------------------------------------------------\n\n";
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');
} else {
echo "-- No bootstrap/cache/compiled.php, so nothing to delete.\n";