From c668cc310392592a290723e5231f0d372bf71644 Mon Sep 17 00:00:00 2001 From: SBrown2021 <77835667+SBrown2021@users.noreply.github.com> Date: Thu, 11 Nov 2021 17:05:24 +0000 Subject: [PATCH] Typo in upgrade.php Fixed typo on line 181. bootsrap/cache/services.php -> bootstrap/cache/services.php --- upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.php b/upgrade.php index e5d00aea23..09937e6c23 100644 --- a/upgrade.php +++ b/upgrade.php @@ -178,7 +178,7 @@ echo "--------------------------------------------------------\n\n"; // can cause issues with funky caching $unused_files = [ "bootstrap/cache/compiled.php", - "bootsrap/cache/services.php", + "bootstrap/cache/services.php", "bootstrap/cache/config.php", ];